-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements.txt
93 lines (92 loc) · 2.8 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
89
90
91
92
93
# alembic==1.7.0
# Babel==2.14.0
# blinker==1.4
# certifi==2024.2.2
# charset-normalizer==3.3.2
# click==8.0
# colorama==0.4.4
# dnspython==2.5.0
# elastic-transport==8.12.0
# elasticsearch==8.12.0
# email-validator==2.1.0.post1
# Flask==2.1.3
# flask-babel==4.0.0
# Flask-Login==0.6.3
# Flask-Mail==0.9.1
# Flask-Migrate==3.1.0
# Flask-Moment==1.0.5
# Flask-SQLAlchemy==3.0.0
# Flask-WTF==1.2.1
# greenlet==1.1.2
# idna==3.6
# importlib-metadata==4.8.1
# importlib-resources==5.2.2
# itsdangerous==2.1.0
# Jinja2==3.1.2
# langdetect==1.0.9
# Mako==1.1.5
# MarkupSafe==2.0.1
# numpy==1.26.3
# packaging==23.2
# PyJWT==2.8.0
# python-dotenv==1.0.1
# pytz==2024.1
# redis==5.0.1
# requests==2.31.0
# rq==1.15.1
# setuptools==68.2.2
# six==1.16.0
# SQLAlchemy==1.4.31
# typing_extensions==4.1.1
# urllib3==1.26.7
# Werkzeug==2.1.2
# wheel==0.41.2
# WTForms
# zipp
# gunicorn
alembic
Babel
blinker
certifi
charset-normalizer
click
colorama
dnspython
elastic-transport
elasticsearch
email-validator
Flask
flask-babel
Flask-Login
Flask-Mail
Flask-Migrate
Flask-Moment
Flask-SQLAlchemy
Flask-WTF
greenlet
idna
importlib-metadata
importlib-resources
itsdangerous
Jinja2
langdetect
Mako
MarkupSafe
numpy
packaging
PyJWT
python-dotenv
pytz
redis
requests
rq
setuptools
six
SQLAlchemy
typing_extensions
urllib3
Werkzeug
wheel
WTForms
zipp
gunicorn