-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.txt
65 lines (65 loc) · 1.1 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
alembic==1.5.8
appdirs==1.4.4
astroid==2.5.3
attrs==20.3.0
bcrypt==3.2.0
black==19.10b0
blinker==1.4
certifi==2020.12.5
cffi==1.14.5
chardet==4.0.0
click==7.1.2
colorama==0.4.4
dnspython==2.1.0
email-validator==1.1.2
Flask==1.1.2
Flask-Bcrypt==0.7.1
Flask-Login==0.5.0
Flask-Mail==0.9.1
Flask-Migrate==2.7.0
Flask-SQLAlchemy==2.5.1
Flask-WTF==0.14.3
greenlet==1.0.0
gunicorn==20.1.0
idna==2.10
ipython-genutils==0.2.0
isort==5.8.0
itsdangerous==1.1.0
Jinja2==2.11.3
jsonschema==3.2.0
jupyter-core==4.7.1
lazy-object-proxy==1.6.0
Mako==1.1.4
MarkupSafe==1.1.1
mccabe==0.6.1
mypy-extensions==0.4.1
nbformat==5.1.3
olefile==0.46
pathspec==0.7.0
Pillow==8.2.0
pip==21.0.1
psycopg2==2.8.6
pycparser==2.20
pylint==2.7.4
pylint-flask==0.6
pylint-flask-sqlalchemy==0.2.0
pylint-plugin-utils==0.6
pyrsistent==0.17.3
python-dateutil==2.8.1
python-editor==1.0.4
# pywin32==300
regex==2021.3.17
requests==2.25.1
# setuptools==52.0.0.post20210125
six==1.15.0
SQLAlchemy==1.4.5
toml==0.10.2
traitlets==5.0.5
typed-ast==1.4.2
typing-extensions==3.7.4.3
urllib3==1.26.4
Werkzeug==1.0.1
wheel==0.36.2
wincertstore==0.2
wrapt==1.12.1
WTForms==2.3.3