mirror of https://github.com/nucypher/pyUmbral.git
26 lines
313 B
TOML
26 lines
313 B
TOML
[[source]]
|
|
|
|
url = "https://pypi.python.org/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
|
|
[packages]
|
|
|
|
cryptography = ">=2.2"
|
|
pynacl = "*"
|
|
|
|
|
|
[dev-packages]
|
|
|
|
pytest = "*"
|
|
coverage = "*"
|
|
pytest-cov = "*"
|
|
pdbpp = "*"
|
|
ipython = "*"
|
|
pytest-mock = "*"
|
|
codecov = "*"
|
|
sphinx = "*"
|
|
sphinx-autobuild = "*"
|
|
cryptography = ">=2.2"
|