pyUmbral/Pipfile

42 lines
745 B
TOML
Raw Permalink 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 = "*"
# Third Party
cryptography = ">=2.3"
pynacl = "*"
pysha3 = "*"
# NuCypher
bytestring-splitter = "*"
constant-sorrow = ">=0.1.0a7"
[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