Initial commit with authentication and routes for registering/login already set up

This commit is contained in:
2024-10-14 05:38:48 +00:00
commit f64068c8ff
23 changed files with 1253 additions and 0 deletions

8
requirements.txt Normal file
View 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