-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
24 lines (24 loc) · 2.04 KB
/
Copy pathrequirements.txt
File metadata and controls
24 lines (24 loc) · 2.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
anyio==3.6.2; python_full_version >= "3.6.2" and python_version >= "3.7"
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"
dnspython==2.2.1; python_version >= "3.7" and python_version < "4.0" and python_full_version >= "3.6.1" and python_full_version < "4.0.0"
email-validator==1.3.0; python_version >= "3.7" and python_full_version >= "3.6.1" and python_full_version < "4.0.0"
fastapi==0.85.2; python_version >= "3.7"
greenlet==2.0.1; python_version >= "3" and (platform_machine == "aarch64" or platform_machine == "ppc64le" or platform_machine == "x86_64" or platform_machine == "amd64" or platform_machine == "AMD64" or platform_machine == "win32" or platform_machine == "WIN32") and python_full_version >= "3.6.1" and python_full_version < "4.0.0"
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
psycopg2-binary==2.9.5; python_version >= "3.6"
pydantic==1.10.2; python_version >= "3.7"
python-dotenv==0.21.0; python_version >= "3.7"
pyyaml==6.0; python_version >= "3.7"
sniffio==1.3.0; python_full_version >= "3.6.2" and python_version >= "3.7"
sqlalchemy2-stubs==0.0.2a29; python_full_version >= "3.6.1" and python_full_version < "4.0.0" and python_version >= "3.6"
sqlalchemy==1.4.41; python_full_version >= "3.6.1" and python_full_version < "4.0.0"
sqlmodel==0.0.8; python_full_version >= "3.6.1" and python_full_version < "4.0.0"
starlette==0.20.4; python_version >= "3.7"
typing-extensions==4.4.0; python_full_version >= "3.6.1" and python_full_version < "4.0.0" and python_version >= "3.7"
uvicorn==0.18.3; 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.18.1; python_version >= "3.7"
websockets==10.4; python_version >= "3.7"