pyUmbral/Pipfile

33 lines
594 B
Plaintext
Raw Normal View History

[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"
[packages]
setuptools = "*"
cryptography = "~=3.0"
pynacl = "~=1.0"
[dev-packages]
2018-07-08 22:40:37 +00:00
bumpversion = "*"
# Pytest Plugins
2019-01-10 10:36:45 +00:00
pytest = "*"
2018-06-28 21:02:41 +00:00
pytest-mypy = "*"
pytest-cov = "*"
2019-01-10 10:36:45 +00:00
pytest-benchmark = {version = "*",extras = ["histogram"]}
# Pytest Plugin Subdeps
2018-06-28 21:02:41 +00:00
mypy = "*"
coverage = "*"
codecov = "*"
2021-06-02 06:25:34 +00:00
# Testing libraries
nbval = "*"
2019-02-20 10:19:22 +00:00
# Docs
sphinx = "~=4.0"
2019-02-20 10:19:22 +00:00
sphinx-autobuild = "*"
sphinx_rtd_theme = "*"
2021-06-02 06:25:34 +00:00
# Overrides vulnerable versions allowed by codecov and sphinx:
requests = ">=2.20.0"
[pipenv]
allow_prereleases = true