2018-02-09 02:44:46 +00:00
|
|
|
[[source]]
|
|
|
|
url = "https://pypi.python.org/simple"
|
|
|
|
verify_ssl = true
|
|
|
|
name = "pypi"
|
|
|
|
|
|
|
|
[packages]
|
2018-07-18 19:26:13 +00:00
|
|
|
cryptography = ">=2.3"
|
2018-07-19 22:46:29 +00:00
|
|
|
pynacl="*"
|
2018-05-25 22:52:08 +00:00
|
|
|
bytestringSplitter = {git = "https://github.com/nucypher/bytestringSplitter.git", ref = "nucypher-depend"}
|
2018-02-09 02:44:46 +00:00
|
|
|
|
|
|
|
[dev-packages]
|
2018-07-06 02:01:59 +00:00
|
|
|
# Pytest Plugins
|
2018-02-09 02:44:46 +00:00
|
|
|
pytest = "*"
|
2018-06-28 21:02:41 +00:00
|
|
|
pytest-mypy = "*"
|
2018-02-09 03:39:48 +00:00
|
|
|
pytest-mock = "*"
|
2018-06-28 21:02:41 +00:00
|
|
|
pytest-cov = "*"
|
2018-07-06 02:01:59 +00:00
|
|
|
pytest-benchmark = {version = "*", extras = ["histogram"]}
|
|
|
|
# Pytest Plugin Subdeps
|
|
|
|
mock = "*"
|
2018-06-28 21:02:41 +00:00
|
|
|
mypy = "*"
|
|
|
|
coverage = "*"
|
2018-02-10 10:24:37 +00:00
|
|
|
codecov = "*"
|
2018-07-06 02:01:59 +00:00
|
|
|
# Docs
|
2018-02-15 20:51:23 +00:00
|
|
|
sphinx = "*"
|
2018-05-04 16:08:36 +00:00
|
|
|
sphinx-autobuild = "*"
|
2018-07-06 02:01:59 +00:00
|
|
|
|
|
|
|
[pipenv]
|
|
|
|
allow_prereleases = true
|