mirror of https://github.com/nucypher/pyUmbral.git
29 lines
546 B
TOML
29 lines
546 B
TOML
[[source]]
|
|
url = "https://pypi.python.org/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[packages]
|
|
cryptography = ">=2.3"
|
|
pynacl="*"
|
|
bytestringSplitter = {git = "https://github.com/nucypher/bytestringSplitter.git", ref = "nucypher-depend"}
|
|
|
|
[dev-packages]
|
|
# Pytest Plugins
|
|
pytest = "*"
|
|
pytest-mypy = "*"
|
|
pytest-mock = "*"
|
|
pytest-cov = "*"
|
|
pytest-benchmark = {version = "*", extras = ["histogram"]}
|
|
# Pytest Plugin Subdeps
|
|
mock = "*"
|
|
mypy = "*"
|
|
coverage = "*"
|
|
codecov = "*"
|
|
# Docs
|
|
sphinx = "*"
|
|
sphinx-autobuild = "*"
|
|
|
|
[pipenv]
|
|
allow_prereleases = true
|