Skip to content

Commit e6118b9

Browse files
committed
req
1 parent cc18c2b commit e6118b9

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed

requirements.txt

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
apipkg==1.5
2+
astroid==2.4.2
3+
atomicwrites==1.4.0
4+
attrs==19.3.0
5+
autopep8==1.5.3
6+
certifi==2020.6.20
7+
chardet==3.0.4
8+
click==7.1.2
9+
colorama==0.4.3
10+
execnet==1.7.1
11+
Flask==1.1.2
12+
idna==2.10
13+
isort==4.3.21
14+
itsdangerous==1.1.0
15+
Jinja2==2.11.2
16+
lazy-object-proxy==1.4.3
17+
MarkupSafe==1.1.1
18+
mccabe==0.6.1
19+
more-itertools==8.4.0
20+
mypy==0.782
21+
mypy-extensions==0.4.3
22+
mypy-lang==0.5.0
23+
packaging==20.4
24+
pep8==1.7.1
25+
pluggy==0.13.1
26+
py==1.9.0
27+
pycodestyle==2.6.0
28+
pylint==2.5.3
29+
pyparsing==2.4.7
30+
pytest==5.4.3
31+
pytest-cache==1.0
32+
pytest-pep8==1.0.6
33+
requests==2.24.0
34+
rope==0.17.0
35+
six==1.15.0
36+
toml==0.10.1
37+
typed-ast==1.4.1
38+
typing-extensions==3.7.4.2
39+
urllib3==1.25.9
40+
wcwidth==0.2.5
41+
Werkzeug==1.0.1
42+
wrapt==1.12.1

0 commit comments

Comments
 (0)