-
Notifications
You must be signed in to change notification settings - Fork 15
/
requirements.txt
16 lines (16 loc) · 1.18 KB
/
requirements.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
cacheout==0.14.1 ; python_version >= "3.7" and python_full_version < "4.0.0"
certifi==2022.9.24 ; python_version >= "3.7" and python_version < "4"
charset-normalizer==2.1.1 ; python_version >= "3.7" and python_version < "4"
click==8.1.3 ; python_version >= "3.7" and python_full_version < "4.0.0"
colorama==0.4.6 ; python_version >= "3.7" and python_full_version < "4.0.0" and platform_system == "Windows"
flask==2.2.2 ; python_version >= "3.7" and python_full_version < "4.0.0"
idna==3.4 ; python_version >= "3.7" and python_version < "4"
importlib-metadata==5.0.0 ; python_version >= "3.7" and python_version < "3.10"
itsdangerous==2.1.2 ; python_version >= "3.7" and python_full_version < "4.0.0"
jinja2==3.1.2 ; python_version >= "3.7" and python_full_version < "4.0.0"
markupsafe==2.1.1 ; python_version >= "3.7" and python_full_version < "4.0.0"
requests==2.28.1 ; python_version >= "3.7" and python_version < "4"
typing-extensions==4.4.0 ; python_version >= "3.7" and python_version < "3.8"
urllib3==1.26.12 ; python_version >= "3.7" and python_version < "4"
werkzeug==2.2.2 ; python_version >= "3.7" and python_full_version < "4.0.0"
zipp==3.10.0 ; python_version >= "3.7" and python_version < "3.10"