-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements.txt
33 lines (33 loc) ยท 2.73 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
23
24
25
26
27
28
29
30
31
32
33
alembic==1.9.2 ; python_version >= "3.8" and python_version < "3.10"
anyio==3.6.2 ; python_version >= "3.8" and python_version < "3.10"
certifi==2022.12.7 ; python_version >= "3.8" and python_version < "3.10"
charset-normalizer==3.0.1 ; python_version >= "3.8" and python_version < "3.10"
click==8.1.3 ; python_version >= "3.8" and python_version < "3.10"
colorama==0.4.6 ; sys_platform == "win32" and python_version >= "3.8" and python_version < "3.10" or python_version >= "3.8" and python_version < "3.10" and platform_system == "Windows"
fastapi==0.89.1 ; python_version >= "3.8" and python_version < "3.10"
greenlet==2.0.1 ; python_version >= "3.8" 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_version < "3.10"
h11==0.14.0 ; python_version >= "3.8" and python_version < "3.10"
httptools==0.5.0 ; python_version >= "3.8" and python_version < "3.10"
idna==3.4 ; python_version >= "3.8" and python_version < "3.10"
importlib-metadata==6.0.0 ; python_version >= "3.8" and python_version < "3.9"
importlib-resources==5.10.2 ; python_version >= "3.8" and python_version < "3.9"
jinja2==3.1.2 ; python_version >= "3.8" and python_version < "3.10"
mako==1.2.4 ; python_version >= "3.8" and python_version < "3.10"
markupsafe==2.1.2 ; python_version >= "3.8" and python_version < "3.10"
psycopg2==2.9.5 ; python_version >= "3.8" and python_version < "3.10"
pydantic==1.10.4 ; python_version >= "3.8" and python_version < "3.10"
python-dotenv==0.21.1 ; python_version >= "3.8" and python_version < "3.10"
python-multipart==0.0.5 ; python_version >= "3.8" and python_version < "3.10"
pyyaml==6.0 ; python_version >= "3.8" and python_version < "3.10"
requests==2.28.2 ; python_version >= "3.8" and python_version < "3.10"
six==1.16.0 ; python_version >= "3.8" and python_version < "3.10"
sniffio==1.3.0 ; python_version >= "3.8" and python_version < "3.10"
sqlalchemy==1.4.46 ; python_version >= "3.8" and python_version < "3.10"
starlette==0.22.0 ; python_version >= "3.8" and python_version < "3.10"
typing-extensions==4.4.0 ; python_version >= "3.8" and python_version < "3.10"
urllib3==1.26.14 ; python_version >= "3.8" and python_version < "3.10"
uvicorn[standard]==0.20.0 ; python_version >= "3.8" and python_version < "3.10"
uvloop==0.17.0 ; sys_platform != "win32" and sys_platform != "cygwin" and platform_python_implementation != "PyPy" and python_version >= "3.8" and python_version < "3.10"
watchfiles==0.18.1 ; python_version >= "3.8" and python_version < "3.10"
websockets==10.4 ; python_version >= "3.8" and python_version < "3.10"
zipp==3.11.0 ; python_version >= "3.8" and python_version < "3.9"