This repository was archived by the owner on Oct 14, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathrequirements.txt
88 lines (88 loc) · 1.49 KB
/
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
84
85
86
87
88
alembic==1.4.2
appdirs==1.4.3
astroid==2.4.1
attrs==19.3.0
autopep8==1.5.2
bandit==1.6.2
bcrypt==3.1.8
beautifulsoup4==4.9.1
black==19.10b0
blinker==1.4
cairocffi==1.1.0
CairoSVG==2.4.2
certifi==2020.6.20
cffi==1.14.0
chardet==3.0.4
click==7.1.2
colorama==0.4.3
coverage==5.0
cssselect2==0.3.0
Cython==0.29.19
defusedxml==0.6.0
dnspython==1.16.0
email-validator==1.1.1
flake8==3.8.2
Flask==1.1.1
Flask-Bcrypt==0.7.1
Flask-Caching==1.9.0
Flask-Login==0.5.0
Flask-Mail==0.9.1
Flask-Migrate==2.5.3
Flask-Minify==0.23
flask-paginate==0.6.0
Flask-Script==2.0.6
Flask-SQLAlchemy==2.4.3
Flask-WeasyPrint==0.6
Flask-WTF==0.14.3
gitdb==4.0.5
GitPython==3.1.3
gunicorn==20.0.4
html5lib==1.1
htmlmin==0.1.12
idna==2.9
importlib-metadata==1.6.0
isort==4.3.21
itsdangerous==1.1.0
Jinja2==2.11.2
jsmin==2.2.2
lazy-object-proxy==1.4.3
lesscpy==0.14.0
lxml==4.5.1
Mako==1.1.3
MarkupSafe==1.1.1
mccabe==0.6.1
pathspec==0.8.1
pbr==5.4.5
Pillow==7.1.2
ply==3.11
psycopg2==2.8.5
pycodestyle==2.6.0
pycparser==2.20
pyflakes==2.2.0
pylint==2.5.2
Pyphen==0.9.5
python-dateutil==2.8.1
python-editor==1.0.4
PyYAML==5.3.1
qpt-generator==0.1.3
regex==2020.4.4
requests==2.23.0
sentry-sdk==0.14.3
six==1.15.0
smmap==3.0.4
soupsieve==2.0.1
SQLAlchemy==1.3.18
stevedore==2.0.0
tinycss2==1.0.2
toml==0.10.1
typed-ast==1.4.1
urllib3>=1.24.2
WeasyPrint==51
webencodings==0.5.1
Werkzeug==1.0.1
wrapt==1.12.1
WTForms==2.3.1
xxhash==1.4.4
yapf==0.30.0
zipp==3.1.0
�