This repository has been archived by the owner on Oct 16, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathdev-requirements.txt
83 lines (83 loc) · 3.43 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
-i https://pypi.python.org/simple
amqp==5.0.9; python_version >= '3.6'
async-generator==1.10; python_version >= '3.5'
attrs==20.3.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
beautifulsoup4==4.10.0
billiard==3.6.4.0
brotli==1.0.9
bump2version==1.0.1; python_version >= '3.5'
bumpversion==0.6.0
cached-property==1.5.2
celery[redis]==5.1.2
certifi==2020.12.5
cffi==1.14.4
charset-normalizer==2.0.10; python_version >= '3'
click-didyoumean==0.3.0; python_full_version >= '3.6.2' and python_version < '4'
click-plugins==1.1.1
click-repl==0.2.0
click==7.1.2
coverage[toml]==6.2
cryptography==3.3.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5'
cytoolz==0.11.0; implementation_name == 'cpython' and implementation_name == 'cpython'
dash-core-components==2.0.0
dash-html-components==2.0.0
dash-table==5.0.0
dash==2.0.0
deprecated==1.2.13; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
dill==0.3.4; python_version >= '2.7' and python_version != '3.0'
diskcache==5.4.0
eth-hash[pycryptodome]==0.2.0
eth-typing==2.2.2; python_version >= '3.5' and python_version < '4'
eth-utils==1.9.5; python_version >= '3.5' and python_full_version != '3.5.2' and python_version < '4'
flaky==3.7.0
flask-compress==1.10.1
flask==1.1.2
h11==0.12.0; python_version >= '3.6'
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' and python_version < '3.8'
iniconfig==1.1.1
itsdangerous==1.1.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
jinja2==2.11.2; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
kombu==5.2.3; python_version >= '3.7'
lxml==4.7.1
markupsafe==1.1.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
multiprocess==0.70.12.2
outcome==1.1.0; python_version >= '3.6'
packaging==21.3; python_version >= '3.6'
percy==2.0.2
plotly==5.5.0
pluggy==1.0.0; python_version >= '3.6'
prompt-toolkit==3.0.24; python_full_version >= '3.6.2'
psutil==5.9.0
py==1.11.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
pycparser==2.20; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
pyopenssl==20.0.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
pyparsing==3.0.6; python_version >= '3.6'
pytest-cov==3.0.0
pytest-mock==3.6.1
pytest-sugar==0.9.4
pytest==6.2.5
pytz==2020.5
redis==4.1.0
requests==2.25.1
selenium==4.1.0
six==1.15.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2'
sniffio==1.2.0; python_version >= '3.5'
sortedcontainers==2.3.0
soupsieve==2.3.1; python_version >= '3.6'
tenacity==8.0.1; python_version >= '3.6'
termcolor==1.1.0
toml==0.10.2; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2'
tomli==2.0.0
toolz==0.11.1; python_version >= '3.5'
trio-websocket==0.9.2; python_version >= '3.5'
trio==0.19.0; python_version >= '3.6'
typing-extensions==3.7.4.3; python_version < '3.8' and python_version < '3.8'
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'
vine==5.0.0; python_version >= '3.6'
waitress==2.0.0
wcwidth==0.2.5
werkzeug==1.0.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
wrapt==1.13.3; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
wsproto==1.0.0; python_full_version >= '3.6.1'
zipp==3.4.0; python_version >= '3.6'