initial commit
This commit is contained in:
18
requirements.txt
Normal file
18
requirements.txt
Normal file
@@ -0,0 +1,18 @@
|
||||
# FastApi
|
||||
fastapi
|
||||
pydantic
|
||||
|
||||
# Security
|
||||
python-jose[cryptography]
|
||||
passlib[bcrypt]
|
||||
|
||||
# Database
|
||||
sqlalchemy
|
||||
sqlalchemy[asyncio]
|
||||
asyncpg
|
||||
alembic
|
||||
|
||||
# Other
|
||||
python-dotenv
|
||||
aiohttp
|
||||
aiohttp[speedups]
|
||||
Reference in New Issue
Block a user