pyUmbral/Pipfile

42 lines
722 B
Plaintext
Raw Normal View History

[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"
[packages]
setuptools = "*"
# Third Party
cryptography = ">=2.3"
pynacl = "*"
pysha3 = "*"
# NuCypher
bytestringsplitter = "*"
2018-10-11 19:00:57 +00:00
constant-sorrow = "*"
[dev-packages]
2018-07-08 22:40:37 +00:00
bumpversion = "*"
# Pytest Plugins
pytest = "<4"
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 = "*"
monkeytype = "==18.2.0"
2018-06-28 21:02:41 +00:00
coverage = "*"
codecov = "*"
# Docs
sphinx = "*"
sphinx-autobuild = "*"
# Testing libraries
hypothesis = "*"
nbval = "*"
# Overrides vulnerable versions allowed by codecov and sphinx
requests = ">=2.20.0"
[pipenv]
allow_prereleases = true