Initial commit with authentication and routes for registering/login already set up
This commit is contained in:
8
requirements.txt
Normal file
8
requirements.txt
Normal file
@ -0,0 +1,8 @@
|
||||
fastapi[standard]==0.115.0
|
||||
pydantic==2.9.0
|
||||
SQLAlchemy==2.0.35
|
||||
Alembic==1.13.3
|
||||
'psycopg[binary,async]'==3.2.3
|
||||
python-jose==3.3.0
|
||||
PyJWT==2.9.0
|
||||
bcrypt
|
||||
Reference in New Issue
Block a user