pyUmbral/Pipfile

37 lines
651 B
TOML
Raw Blame History

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"
[packages]
setuptools = "*"
cryptography = ">=2.3"
pynacl = "*"
[dev-packages]
bumpversion = "*"
# Pytest Plugins
pytest = "*"
pytest-mypy = "*"
pytest-mock = "*"
pytest-cov = "*"
pytest-benchmark = {version = "*",extras = ["histogram"]}
# Pytest Plugin Subdeps
mock = "*"
mypy = "*"
monkeytype = "*"
coverage = "*"
codecov = "*"
# Testing libraries
hypothesis = "*"
nbval = "*"
# Docs
sphinx = "*"
sphinx-autobuild = "*"
sphinx_rtd_theme = "*"
# Overrides vulnerable versions allowed by codecov and sphinx:
requests = ">=2.20.0"
[pipenv]
allow_prereleases = true