Skip to content

Commit bd35c23

Browse files
committed
update requirements
1 parent 5442ac4 commit bd35c23

File tree

1 file changed

+6
-44
lines changed

1 file changed

+6
-44
lines changed

requirements.txt

Lines changed: 6 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -1,49 +1,6 @@
11
appdirs==1.4.4
2-
cfgv==3.2.0
3-
click==7.1.2
4-
distlib==0.3.1
5-
filelock==3.0.12
6-
Flask==1.1.2
7-
identify==1.4.29
8-
itsdangerous==1.1.0
9-
Jinja2==2.11.2
10-
MarkupSafe==1.1.1
11-
nodeenv==1.5.0
12-
pre-commit==2.7.1
13-
PyYAML==5.3.1
14-
six==1.15.0
15-
SQLAlchemy==1.3.19
16-
toml==0.10.1
17-
virtualenv==20.0.31
18-
Werkzeug==1.0.1
19-
appdirs==1.4.4
20-
attrs==20.1.0
21-
cfgv==3.2.0
22-
click==7.1.2
23-
distlib==0.3.1
24-
filelock==3.0.12
25-
Flask==1.1.2
26-
identify==1.4.29
27-
iniconfig==1.0.1
28-
itsdangerous==1.1.0
29-
Jinja2==2.11.2
30-
MarkupSafe==1.1.1
31-
more-itertools==8.5.0
32-
nodeenv==1.5.0
33-
packaging==20.4
34-
pluggy==0.13.1
35-
pre-commit==2.7.1
36-
psycopg2==2.8.5
37-
py==1.9.0
38-
pyparsing==2.4.7
39-
pytest==6.0.1
40-
PyYAML==5.3.1
41-
six==1.15.0
42-
SQLAlchemy==1.3.19
43-
toml==0.10.1
44-
virtualenv==20.0.31
45-
Werkzeug==1.0.1appdirs==1.4.4
462
attrs==20.1.0
3+
black==20.8b1
474
cfgv==3.2.0
485
click==7.1.2
496
distlib==0.3.1
@@ -57,8 +14,10 @@ Jinja2==2.11.2
5714
MarkupSafe==1.1.1
5815
mccabe==0.6.1
5916
more-itertools==8.5.0
17+
mypy-extensions==0.4.3
6018
nodeenv==1.5.0
6119
packaging==20.4
20+
pathspec==0.8.0
6221
pluggy==0.13.1
6322
pre-commit==2.7.1
6423
psycopg2==2.8.5
@@ -68,8 +27,11 @@ pyflakes==2.2.0
6827
pyparsing==2.4.7
6928
pytest==6.0.1
7029
PyYAML==5.3.1
30+
regex==2020.9.27
7131
six==1.15.0
7232
SQLAlchemy==1.3.19
7333
toml==0.10.1
34+
typed-ast==1.4.1
35+
typing-extensions==3.7.4.3
7436
virtualenv==20.0.31
7537
Werkzeug==1.0.1

0 commit comments

Comments
 (0)