2018-02-09 02:44:46 +00:00
|
|
|
[[source]]
|
|
|
|
url = "https://pypi.python.org/simple"
|
|
|
|
verify_ssl = true
|
|
|
|
name = "pypi"
|
|
|
|
|
|
|
|
[packages]
|
2018-05-04 16:08:36 +00:00
|
|
|
cryptography35_linux = { file='./wheelhouse/cryptography-2.3.dev1-cp35-cp35m-linux_x86_64.whl', markers="python_version >= '3.5' and python_version < '3.6' and platform_system == 'Linux'"}
|
|
|
|
cryptography36_linux = { file='./wheelhouse/cryptography-2.3.dev1-cp36-cp36m-linux_x86_64.whl', markers="python_version >= '3.6' and python_version < '3.7' and platform_system == 'Linux'"}
|
|
|
|
cryptography36_darwin = { file='./wheelhouse/cryptography-2.3.dev1-cp36-cp36m-macosx_10_13_x86_64.whl', markers="python_version >= '3.6' and python_version < '3.7' and platform_system == 'Darwin'"}
|
2018-02-10 10:24:37 +00:00
|
|
|
pynacl = "*"
|
2018-02-09 02:44:46 +00:00
|
|
|
|
2018-04-30 22:18:51 +00:00
|
|
|
# Since wheel-specified dependencies aren't locked...
|
|
|
|
idna = ">=2.1"
|
|
|
|
asn1crypto = ">=0.21.0"
|
|
|
|
six = ">=1.4.1"
|
|
|
|
cffi = ">=1.7"
|
2018-02-09 02:44:46 +00:00
|
|
|
|
|
|
|
[dev-packages]
|
|
|
|
pytest = "*"
|
|
|
|
coverage = "*"
|
|
|
|
pytest-cov = "*"
|
|
|
|
pdbpp = "*"
|
|
|
|
ipython = "*"
|
2018-02-09 03:39:48 +00:00
|
|
|
pytest-mock = "*"
|
2018-02-10 10:24:37 +00:00
|
|
|
codecov = "*"
|
2018-02-15 20:51:23 +00:00
|
|
|
sphinx = "*"
|
2018-05-04 16:08:36 +00:00
|
|
|
sphinx-autobuild = "*"
|