-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.txt
16 lines (16 loc) · 1.49 KB
/
requirements.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
blinker==1.8.2 ; python_version >= "3.8" and python_full_version < "3.9.0"
click==8.1.7 ; python_version >= "3.8" and python_full_version < "3.9.0"
colorama==0.4.6 ; python_version >= "3.8" and python_full_version < "3.9.0" and platform_system == "Windows"
flask-login==0.6.3 ; python_full_version >= "3.8.0" and python_full_version < "3.9.0"
flask==3.0.0 ; python_version >= "3.8" and python_full_version < "3.9.0"
greenlet==3.1.1 ; python_full_version < "3.9.0" and (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") and python_full_version >= "3.8.0"
gunicorn==21.2.0 ; python_full_version >= "3.8.0" and python_full_version < "3.9.0"
importlib-metadata==8.5.0 ; python_version >= "3.8" and python_full_version < "3.9.0"
itsdangerous==2.2.0 ; python_version >= "3.8" and python_full_version < "3.9.0"
jinja2==3.1.4 ; python_version >= "3.8" and python_full_version < "3.9.0"
markupsafe==2.1.5 ; python_version >= "3.8" and python_full_version < "3.9.0"
packaging==24.2 ; python_version >= "3.8" and python_full_version < "3.9.0"
sqlalchemy==2.0.36 ; python_full_version >= "3.8.0" and python_full_version < "3.9.0"
typing-extensions==4.12.2 ; python_version >= "3.8" and python_full_version < "3.9.0"
werkzeug==3.0.6 ; python_version >= "3.8" and python_full_version < "3.9.0"
zipp==3.20.2 ; python_version >= "3.8" and python_full_version < "3.9.0"