mirror of https://github.com/nucypher/pyUmbral.git
28 lines
963 B
TOML
28 lines
963 B
TOML
[[source]]
|
|
url = "https://pypi.python.org/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[packages]
|
|
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'"}
|
|
pynacl = "*"
|
|
|
|
# Since wheel-specified dependencies aren't locked...
|
|
idna = ">=2.1"
|
|
asn1crypto = ">=0.21.0"
|
|
six = ">=1.4.1"
|
|
cffi = ">=1.7"
|
|
|
|
[dev-packages]
|
|
pytest = "*"
|
|
coverage = "*"
|
|
pytest-cov = "*"
|
|
pdbpp = "*"
|
|
ipython = "*"
|
|
pytest-mock = "*"
|
|
codecov = "*"
|
|
sphinx = "*"
|
|
sphinx-autobuild = "*"
|