[chore] add requirements.txt
This commit is contained in:
parent
f0407083cc
commit
232ba85130
1 changed files with 18 additions and 0 deletions
18
requirements.txt
Normal file
18
requirements.txt
Normal file
|
@ -0,0 +1,18 @@
|
|||
anyio==3.7.0 ; python_version >= "3.11" and python_version < "4.0"
|
||||
blinker==1.6.2 ; python_version >= "3.11" and python_version < "4.0"
|
||||
certifi==2023.5.7 ; python_version >= "3.11" and python_version < "4.0"
|
||||
click==8.1.3 ; python_version >= "3.11" and python_version < "4.0"
|
||||
colorama==0.4.6 ; python_version >= "3.11" and python_version < "4.0" and (sys_platform == "win32" or platform_system == "Windows")
|
||||
flask==2.3.2 ; python_version >= "3.11" and python_version < "4.0"
|
||||
h11==0.14.0 ; python_version >= "3.11" and python_version < "4.0"
|
||||
httpcore==0.17.2 ; python_version >= "3.11" and python_version < "4.0"
|
||||
httpx==0.24.1 ; python_version >= "3.11" and python_version < "4.0"
|
||||
idna==3.4 ; python_version >= "3.11" and python_version < "4.0"
|
||||
itsdangerous==2.1.2 ; python_version >= "3.11" and python_version < "4.0"
|
||||
jinja2==3.1.2 ; python_version >= "3.11" and python_version < "4.0"
|
||||
loguru==0.7.0 ; python_version >= "3.11" and python_version < "4.0"
|
||||
markupsafe==2.1.3 ; python_version >= "3.11" and python_version < "4.0"
|
||||
pycryptodome==3.18.0 ; python_version >= "3.11" and python_version < "4.0"
|
||||
sniffio==1.3.0 ; python_version >= "3.11" and python_version < "4.0"
|
||||
werkzeug==2.3.4 ; python_version >= "3.11" and python_version < "4.0"
|
||||
win32-setctime==1.1.0 ; python_version >= "3.11" and python_version < "4.0" and sys_platform == "win32"
|
Loading…
Reference in a new issue