pyUmbral/Pipfile

29 lines
546 B
Plaintext
Raw Normal View History

[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"
[packages]
cryptography = ">=2.3"
pynacl="*"
bytestringSplitter = {git = "https://github.com/nucypher/bytestringSplitter.git", ref = "nucypher-depend"}
[dev-packages]
# Pytest Plugins
pytest = "*"
2018-06-28 21:02:41 +00:00
pytest-mypy = "*"
pytest-mock = "*"
2018-06-28 21:02:41 +00:00
pytest-cov = "*"
pytest-benchmark = {version = "*", extras = ["histogram"]}
# Pytest Plugin Subdeps
mock = "*"
2018-06-28 21:02:41 +00:00
mypy = "*"
coverage = "*"
codecov = "*"
# Docs
sphinx = "*"
sphinx-autobuild = "*"
[pipenv]
allow_prereleases = true