-
Notifications
You must be signed in to change notification settings - Fork 128
/
requirements.txt
49 lines (49 loc) · 4.75 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
-i https://pypi.org/simple
alembic==1.13.0; python_version >= '3.8'
alipay-sdk-python==3.6.833
arrow==1.3.0; python_version >= '3.8'
babel==2.14.0; python_version >= '3.7'
bcrypt==4.1.2; python_version >= '3.7'
blinker==1.7.0; python_version >= '3.8'
bootstrap-flask==2.3.3
certifi==2023.11.17; python_version >= '3.6'
click==8.1.7; python_version >= '3.7'
colorama==0.4.6; sys_platform == 'win32'
elastic-transport==8.11.0; python_version >= '3.7'
elasticsearch==8.11.1; python_version >= '3.6'
elasticsearch-dsl==8.11.0; python_version >= '3.7'
faker==21.0.0; python_version >= '3.8'
flask==3.0.0; python_version >= '3.8'
flask-babel==4.0.0; python_version >= '3.8' and python_version < '4.0'
flask-bcrypt==1.0.1
flask-debugtoolbar==0.14.1; python_version >= '2.7'
flask-login==0.6.3; python_version >= '3.7'
flask-migrate==4.0.5; python_version >= '3.6'
flask-sqlalchemy==3.1.1; python_version >= '3.8'
flask-wtf==1.2.1; python_version >= '3.8'
greenlet==3.0.2; platform_machine == 'aarch64' or (platform_machine == 'ppc64le' or (platform_machine == 'x86_64' or (platform_machine == 'amd64' or (platform_machine == 'AMD64' or (platform_machine == 'win32' or platform_machine == 'WIN32')))))
iniconfig==2.0.0; python_version >= '3.7'
itsdangerous==2.1.2; python_version >= '3.7'
jinja2==3.1.2; python_version >= '3.7'
libgravatar==1.0.4
mako==1.3.0; python_version >= '3.8'
markupsafe==2.1.3; python_version >= '3.7'
packaging==23.2; python_version >= '3.7'
phonenumbers==8.13.26
pluggy==1.3.0; python_version >= '3.8'
pyasn1==0.5.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5'
pycryptodome==3.19.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
pymysql==1.1.0; python_version >= '3.7'
pytest==7.4.3; python_version >= '3.7'
python-dateutil==2.8.2; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
python-dotenv==1.0.0; python_version >= '3.8'
pytz==2023.3.post1
redis==5.0.1; python_version >= '3.7'
rsa==4.9; python_version >= '3.6' and python_version < '4'
six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
sqlalchemy==2.0.23; python_version >= '3.7'
types-python-dateutil==2.8.19.14
typing-extensions==4.9.0; python_version >= '3.8'
urllib3==2.1.0; python_version >= '3.8'
werkzeug==3.0.1; python_version >= '3.8'
wtforms==3.1.1; python_version >= '3.8'