-
Notifications
You must be signed in to change notification settings - Fork 19
/
requirements.txt
63 lines (63 loc) · 1.04 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
alembic==1.6.5
amqp==5.0.6
asn1crypto==1.4.0
astroid==2.6.2
Babel==2.9.1
bcrypt==3.2.0
billiard==3.6.4.0
blinker==1.4
certifi==2022.12.7
cffi==1.14.6
chardet==4.0.0
click==7.1.2
click-didyoumean==0.0.3
click-plugins==1.1.1
click-repl==0.2.0
colorama==0.4.4
cryptography==39.0.1
dnspython==2.1.0
dominate==2.6.0
email-validator==1.1.3
Flask==2.0.1
Flask-Babel==2.0.0
Flask-BabelEx==0.9.4
Flask-Login==0.5.0
Flask-Mail==0.9.1
Flask-Migrate==3.0.1
Flask-Principal==0.4.0
Flask-Script==2.0.6
Flask-Security==3.0.0
Flask-SQLAlchemy==2.5.1
Flask-WTF==0.15.1
greenlet==1.1.0
idna==2.10
isort==5.9.2
itsdangerous==2.0.1
Jinja2==3.0.1
kombu==5.1.0
lazy-object-proxy==1.6.0
Mako==1.2.2
MarkupSafe==2.0.1
mccabe==0.6.1
passlib==1.7.4
prompt-toolkit==3.0.19
pycountry==20.7.3
pycparser==2.20
pylint==2.9.3
PyMySQL==1.0.2
python-dateutil==2.8.1
python-dotenv==0.18.0
python-editor==1.0.4
pytz==2021.1
requests==2.25.1
six==1.16.0
SQLAlchemy==1.4.20
toml==0.10.2
typed-ast==1.4.3
urllib3==1.26.6
vine==5.0.0
visitor==0.1.3
wcwidth==0.2.5
Werkzeug==2.0.1
wrapt==1.12.1
WTForms==2.3.3