-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathrequirements.txt
70 lines (70 loc) · 1.25 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
alembic==1.7.6
aniso8601==9.0.1
APScheduler==3.9.1
argon2-cffi==21.3.0
argon2-cffi-bindings==21.2.0
Authlib==1.3.1
blinker==1.4
boto3==1.20.47
botocore==1.23.47
cachetools==5.2.0
certifi==2024.7.4
cffi==1.15.0
charset-normalizer==2.0.11
click==8.0.3
cryptography==42.0.4
Deprecated==1.2.13
dnspython==2.2.0
dominate==2.6.0
email-validator==1.1.3
factory-boy==3.2.1
Faker==12.0.0
Flask==2.2.5
Flask-APScheduler==1.12.3
Flask-HTTPAuth==4.8.0
Flask-Limiter==2.1.3
Flask-Login==0.6.3
Flask-Mail==0.9.1
flask-marshmallow==0.14.0
Flask-Migrate==3.1.0
Flask-RESTful==0.3.9
Flask-SQLAlchemy==2.5.1
Flask-WTF==1.1.2
flask_swagger_ui==4.11.1
freezegun==1.2.2
idna==3.3
itsdangerous==2.0.1
Jinja2==3.1.3
jmespath==0.10.0
jwcrypto==1.5.6
limits==2.3.2
Mako==1.2.2
MarkupSafe==2.1.1
marshmallow==3.14.1
marshmallow-sqlalchemy==0.27.0
packaging==21.3
Pillow==10.2.0 # required by qrcode
pycparser==2.21
PyMySQL==1.1.1
PyNaCl==1.5.0
pyparsing==3.0.7
python-dateutil==2.8.2
pytz==2021.3
pytz-deprecation-shim==0.1.0.post0
qrcode==7.3.1
redis==4.5.5
requests==2.32.0
requests_cache==0.9.4
rich==12.5.1
s3transfer==0.5.1
simplejson==3.17.6
six==1.16.0
SQLAlchemy==1.4.31
structlog==21.5.0
tzdata==2021.5
tzlocal==4.1
urllib3==1.26.18
visitor==0.1.3
Werkzeug==3.0.3
wrapt==1.14.0
WTForms==3.0.1