-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements.txt
22 lines (22 loc) · 1.63 KB
/
requirements.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
anyio==3.6.2; python_full_version >= "3.6.2" and python_version >= "3.7"
certifi==2022.12.7; python_version >= "3.7" and python_version < "4"
charset-normalizer==3.1.0; python_version >= "3.7" and python_version < "4" and python_full_version >= "3.7.0"
click==8.1.3; python_version >= "3.7"
colorama==0.4.6; python_version >= "3.7" and python_full_version < "3.0.0" and sys_platform == "win32" and platform_system == "Windows" or sys_platform == "win32" and python_version >= "3.7" and python_full_version >= "3.7.0" and platform_system == "Windows"
fastapi==0.95.1; python_version >= "3.7"
h11==0.14.0; python_version >= "3.7"
httptools==0.5.0; python_version >= "3.7" and python_full_version >= "3.5.0"
idna==3.4; python_version >= "3.7" and python_version < "4" and python_full_version >= "3.6.2"
prometheus-client==0.16.0; python_version >= "3.6"
pydantic==1.10.7; python_version >= "3.7"
python-dotenv==1.0.0; python_version >= "3.8"
pyyaml==6.0; python_version >= "3.7"
requests==2.28.2; python_version >= "3.7" and python_version < "4"
sniffio==1.3.0; python_full_version >= "3.6.2" and python_version >= "3.7"
starlette==0.26.1; python_version >= "3.7"
typing-extensions==4.5.0; python_version >= "3.7"
urllib3==1.26.15; python_version >= "3.7" and python_full_version < "3.0.0" and python_version < "4" or python_version >= "3.7" and python_version < "4" and python_full_version >= "3.6.0"
uvicorn==0.21.1; python_version >= "3.7"
uvloop==0.17.0; sys_platform != "win32" and sys_platform != "cygwin" and platform_python_implementation != "PyPy" and python_version >= "3.7"
watchfiles==0.19.0; python_version >= "3.7"
websockets==11.0.1; python_version >= "3.7"