-
Notifications
You must be signed in to change notification settings - Fork 1
/
requirements.txt
19 lines (19 loc) · 1.46 KB
/
requirements.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
aniso8601==9.0.1 ; python_full_version >= "3.8.1" and python_version < "4.0"
click==8.1.3 ; python_full_version >= "3.8.1" and python_version < "4.0"
colorama==0.4.6 ; python_full_version >= "3.8.1" and python_version < "4.0" and platform_system == "Windows"
flask-restful==0.3.9 ; python_full_version >= "3.8.1" and python_version < "4.0"
flask==2.2.3 ; python_full_version >= "3.8.1" and python_version < "4.0"
importlib-metadata==6.0.0 ; python_full_version >= "3.8.1" and python_version < "3.10"
itsdangerous==2.1.2 ; python_full_version >= "3.8.1" and python_version < "4.0"
jinja2==3.1.2 ; python_full_version >= "3.8.1" and python_version < "4.0"
markupsafe==2.1.2 ; python_full_version >= "3.8.1" and python_version < "4.0"
pillow==9.4.0 ; python_full_version >= "3.8.1" and python_version < "4.0"
pypng==0.20220715.0 ; python_full_version >= "3.8.1" and python_version < "4.0"
pytz==2022.7.1 ; python_full_version >= "3.8.1" and python_version < "4.0"
qrcode==7.4.2 ; python_full_version >= "3.8.1" and python_version < "4.0"
reportlab==3.6.12 ; python_full_version >= "3.8.1" and python_version < "4"
six==1.16.0 ; python_full_version >= "3.8.1" and python_version < "4.0"
typing-extensions==4.5.0 ; python_full_version >= "3.8.1" and python_version < "4.0"
waitress==2.1.2 ; python_full_version >= "3.8.1" and python_version < "4.0"
werkzeug==2.2.3 ; python_full_version >= "3.8.1" and python_version < "4.0"
zipp==3.15.0 ; python_full_version >= "3.8.1" and python_version < "3.10"