forked from nucypher/nucypher
-
Notifications
You must be signed in to change notification settings - Fork 0
/
dev-requirements.txt
49 lines (49 loc) · 1.91 KB
/
dev-requirements.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
-i https://pypi.python.org/simple
attrs==21.4.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
bandit==1.7.4
certifi==2021.10.8
cfgv==3.3.1; python_full_version >= '3.6.1'
charset-normalizer==2.0.12; python_version >= '3'
coverage==6.3.2
decorator==5.1.1; python_version >= '3.5'
distlib==0.3.4
execnet==1.9.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
filelock==3.6.0; python_version >= '3.7'
gitdb==4.0.9; python_version >= '3.6'
gitpython==3.1.27; python_version >= '3.7'
greenlet==2.0.0a2; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
hypothesis==6.45.0
identify==2.4.12; python_version >= '3.7'
idna==3.3; python_version >= '3'
iniconfig==1.1.1
mypy-extensions==0.4.3
mypy==0.942
nodeenv==1.6.0
packaging==21.3; python_version >= '3.6'
pbr==5.8.1; python_version >= '2.6'
platformdirs==2.5.2; python_version >= '3.7'
pluggy==1.0.0; python_version >= '3.6'
pre-commit==2.18.1
py-solc-x==0.10.1
py==1.11.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
pyflakes==2.4.0
pyparsing==3.0.8; python_full_version >= '3.6.8'
pytest-cov==3.0.0
pytest-forked==1.4.0; python_version >= '3.6'
pytest-mock==3.7.0
pytest-timeout==2.1.0
pytest-twisted==1.13.4
pytest-xdist==2.5.0
pytest==6.2.5
pyyaml==6.0; python_version >= '3.6'
requests==2.27.1
semantic-version==2.9.0; python_version >= '2.7'
six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2'
smmap==5.0.0; python_version >= '3.6'
sortedcontainers==2.4.0
stevedore==3.5.0; python_version >= '3.6'
toml==0.10.2; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2'
tomli==2.0.1; python_version >= '3.7'
typing-extensions==3.10.0.2
urllib3==1.26.9; 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.14.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'