-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
15 lines (15 loc) · 1.29 KB
/
requirements.txt
File metadata and controls
15 lines (15 loc) · 1.29 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
anyio==4.0.0 ; python_full_version >= "3.9.5" and python_full_version < "4.0.0"
asyncpg==0.27.0 ; python_full_version >= "3.9.5" and python_full_version < "4.0.0"
exceptiongroup==1.1.3 ; python_full_version >= "3.9.5" and python_version < "3.11"
fastapi==0.97.0 ; python_full_version >= "3.9.5" and python_full_version < "4.0.0"
furiousapi-core @ file:///Users/nadir/MyProjects/FuriousAPI/core ; python_full_version >= "3.9.5" and python_full_version < "4.0.0"
greenlet==2.0.2 ; python_full_version >= "3.9.5" and python_full_version < "4.0.0"
idna==3.4 ; python_full_version >= "3.9.5" and python_full_version < "4.0.0"
pydantic==1.10.13 ; python_full_version >= "3.9.5" and python_full_version < "4.0.0"
sniffio==1.3.0 ; python_full_version >= "3.9.5" and python_full_version < "4.0.0"
sqlalchemy2-stubs==0.0.2a35 ; python_full_version >= "3.9.5" and python_full_version < "4.0.0"
sqlalchemy==1.4.41 ; python_full_version >= "3.9.5" and python_full_version < "4.0.0"
sqlalchemy[asyncio]==1.4.41 ; python_full_version >= "3.9.5" and python_full_version < "4.0.0"
sqlmodel==0.0.8 ; python_full_version >= "3.9.5" and python_full_version < "4.0.0"
starlette==0.27.0 ; python_full_version >= "3.9.5" and python_full_version < "4.0.0"
typing-extensions==4.8.0 ; python_full_version >= "3.9.5" and python_full_version < "4.0.0"