-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements.txt
21 lines (21 loc) · 1.12 KB
/
requirements.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
blinker==1.8.2 ; python_version >= "3.11"
certifi==2024.8.30 ; python_version >= "3.11"
cffi==1.17.1 ; platform_python_implementation == "CPython" and sys_platform == "win32" and python_version >= "3.11"
charset-normalizer==3.3.2 ; python_version >= "3.11"
click==8.1.7 ; python_version >= "3.11"
colorama==0.4.6 ; python_version >= "3.11" and platform_system == "Windows"
flask-mail==0.10.0 ; python_version >= "3.11"
flask==3.0.3 ; python_version >= "3.11"
gevent==24.2.1 ; python_version >= "3.11"
greenlet==3.1.0 ; platform_python_implementation == "CPython" and python_version >= "3.11"
idna==3.10 ; python_version >= "3.11"
itsdangerous==2.2.0 ; python_version >= "3.11"
jinja2==3.1.4 ; python_version >= "3.11"
markupsafe==2.1.5 ; python_version >= "3.11"
pycparser==2.22 ; platform_python_implementation == "CPython" and sys_platform == "win32" and python_version >= "3.11"
requests==2.32.3 ; python_version >= "3.11"
setuptools==75.1.0 ; python_version >= "3.11"
urllib3==2.2.3 ; python_version >= "3.11"
werkzeug==3.0.4 ; python_version >= "3.11"
zope-event==5.0 ; python_version >= "3.11"
zope-interface==7.0.3 ; python_version >= "3.11"