pyUmbral/Pipfile

42 lines
722 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 = "*"
# Third Party
cryptography = ">=2.3"
pynacl = "*"
pysha3 = "*"
# NuCypher
bytestringsplitter = "*"
constant-sorrow = "*"
[dev-packages]
bumpversion = "*"
# Pytest Plugins
pytest = "<4"
pytest-mypy = "*"
pytest-mock = "*"
pytest-cov = "*"
pytest-benchmark = {version = "*", extras = ["histogram"]}
# Pytest Plugin Subdeps
mock = "*"
mypy = "*"
monkeytype = "==18.2.0"
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