2018-02-09 02:44:46 +00:00
|
|
|
|
[[source]]
|
|
|
|
|
url = "https://pypi.python.org/simple"
|
|
|
|
|
verify_ssl = true
|
|
|
|
|
name = "pypi"
|
|
|
|
|
|
|
|
|
|
[packages]
|
2018-08-19 00:50:46 +00:00
|
|
|
|
setuptools = "*"
|
2018-07-25 20:43:54 +00:00
|
|
|
|
# Third Party
|
2018-07-18 19:26:13 +00:00
|
|
|
|
cryptography = ">=2.3"
|
2018-09-20 09:08:50 +00:00
|
|
|
|
pynacl = "*"
|
|
|
|
|
pysha3 = "*"
|
2018-07-25 20:43:54 +00:00
|
|
|
|
# NuCypher
|
|
|
|
|
bytestringsplitter = "*"
|
2018-10-11 19:00:57 +00:00
|
|
|
|
constant-sorrow = "*"
|
2018-02-09 02:44:46 +00:00
|
|
|
|
|
2018-11-15 20:14:04 +00:00
|
|
|
|
|
2018-02-09 02:44:46 +00:00
|
|
|
|
[dev-packages]
|
2018-07-08 22:40:37 +00:00
|
|
|
|
bumpversion = "*"
|
2018-07-06 02:01:59 +00:00
|
|
|
|
# Pytest Plugins
|
2018-11-16 09:05:24 +00:00
|
|
|
|
pytest = "<4"
|
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 = "*"
|
2018-07-09 00:52:03 +00:00
|
|
|
|
monkeytype = "==18.2.0"
|
2018-06-28 21:02:41 +00:00
|
|
|
|
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-08-10 15:11:00 +00:00
|
|
|
|
# Testing libraries
|
|
|
|
|
hypothesis = "*"
|
2018-10-06 16:58:50 +00:00
|
|
|
|
nbval = "*"
|
2018-11-15 20:14:04 +00:00
|
|
|
|
# Overrides vulnerable versions allowed by codecov and sphinx
|
|
|
|
|
requests = ">=2.20.0"
|
2018-07-06 02:01:59 +00:00
|
|
|
|
|
|
|
|
|
[pipenv]
|
|
|
|
|
allow_prereleases = true
|