2018-02-09 02:44:46 +00:00
|
|
|
[[source]]
|
|
|
|
url = "https://pypi.python.org/simple"
|
|
|
|
verify_ssl = true
|
|
|
|
name = "pypi"
|
|
|
|
|
|
|
|
[packages]
|
2018-05-25 22:52:08 +00:00
|
|
|
# Wheels for cryptography until the next release.
|
2018-06-26 06:37:08 +00:00
|
|
|
cryptography35_linux = { path="./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 = { path="./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 = { path="./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-05-25 22:52:08 +00:00
|
|
|
|
|
|
|
# Use bytestringSplitter from github until we release it on PyPi.
|
|
|
|
bytestringSplitter = {git = "https://github.com/nucypher/bytestringSplitter.git", ref = "nucypher-depend"}
|
|
|
|
|
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 = "*"
|
2018-06-28 21:02:41 +00:00
|
|
|
pytest-mypy = "*"
|
2018-02-09 03:39:48 +00:00
|
|
|
pytest-mock = "*"
|
2018-06-28 21:02:41 +00:00
|
|
|
pytest-cov = "*"
|
|
|
|
mypy = "*"
|
|
|
|
coverage = "*"
|
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 = "*"
|