nucypher/dev-requirements.txt

53 lines
2.3 KiB
Plaintext
Raw Normal View History

-i https://pypi.python.org/simple
2020-12-04 21:10:43 +00:00
apipkg==1.5; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
2020-05-21 20:05:17 +00:00
appdirs==1.4.4
2020-12-04 21:10:43 +00:00
attrs==20.3.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
bandit==1.7.0
certifi==2020.12.5
cfgv==3.2.0; python_full_version >= '3.6.1'
chardet==4.0.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
coverage==5.3.1
2020-03-19 18:20:44 +00:00
decorator==4.4.2
distlib==0.3.1
2020-12-04 21:10:43 +00:00
execnet==1.7.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
filelock==3.0.12
2020-12-04 21:10:43 +00:00
gitdb==4.0.5; python_version >= '3.4'
gitpython==3.1.12; python_version >= '3.4'
2020-09-30 21:04:47 +00:00
greenlet==0.4.17
hypothesis==5.49.0
identify==1.5.11; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
2020-12-04 21:10:43 +00:00
idna==2.10; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
importlib-metadata==3.3.0; python_version < '3.8'
2020-12-04 21:10:43 +00:00
iniconfig==1.1.1
mypy-extensions==0.4.3
mypy==0.790
nodeenv==1.5.0
2020-12-04 21:10:43 +00:00
packaging==20.8; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
pbr==5.5.1; python_version >= '2.6'
pluggy==0.13.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
pre-commit==2.9.3
2020-08-13 20:53:59 +00:00
py-solc-x==0.10.1
2020-12-04 21:10:43 +00:00
py==1.10.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
pyflakes==2.2.0
2020-12-04 21:10:43 +00:00
pyparsing==2.4.7; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2'
pytest-cov==2.10.1
2020-12-04 21:10:43 +00:00
pytest-forked==1.3.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
pytest-mock==3.5.0
pytest-timeout==1.4.2
pytest-twisted==1.13.2
2020-12-04 21:10:43 +00:00
pytest-xdist==2.2.0
pytest==6.2.1
2020-04-02 20:29:02 +00:00
pyyaml==5.3.1
requests==2.25.1
2020-12-04 21:10:43 +00:00
semantic-version==2.8.5; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
six==1.15.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2'
smmap==3.0.4; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
sortedcontainers==2.3.0
stevedore==3.3.0; python_version >= '3.6'
toml==0.10.2; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2'
typed-ast==1.4.2
typing-extensions==3.7.4.3; python_version < '3.8' and python_version < '3.8'
2020-12-04 21:10:43 +00:00
urllib3==1.26.2; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' and python_version < '4'
virtualenv==20.2.2; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
zipp==3.4.0; python_version >= '3.6'