-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathrequirements.txt
More file actions
13 lines (13 loc) · 938 Bytes
/
requirements.txt
File metadata and controls
13 lines (13 loc) · 938 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
anyio==3.7.0 ; python_version >= "3.8" and python_version < "4.0"
circuitbreaker==2.0.0 ; python_version >= "3.8" and python_version < "4.0"
click==8.1.3 ; python_version >= "3.8" and python_version < "4.0"
colorama==0.4.6 ; python_version >= "3.8" and python_version < "4.0" and platform_system == "Windows"
exceptiongroup==1.1.1 ; python_version >= "3.8" and python_version < "3.11"
fastapi==0.97.0 ; python_version >= "3.8" and python_version < "4.0"
h11==0.14.0 ; python_version >= "3.8" and python_version < "4.0"
idna==3.4 ; python_version >= "3.8" and python_version < "4.0"
pydantic==1.10.9 ; python_version >= "3.8" and python_version < "4.0"
sniffio==1.3.0 ; python_version >= "3.8" and python_version < "4.0"
starlette==0.48.0 ; python_version >= "3.8" and python_version < "4.0"
typing-extensions==4.6.3 ; python_version >= "3.8" and python_version < "4.0"
uvicorn==0.22.0 ; python_version >= "3.8" and python_version < "4.0"