Initial commit with authentication and routes for registering/login already set up
This commit is contained in:
40
requirements2.txt
Normal file
40
requirements2.txt
Normal file
@ -0,0 +1,40 @@
|
||||
alembic==1.13.3
|
||||
annotated-types==0.7.0
|
||||
anyio==4.6.0
|
||||
certifi==2024.8.30
|
||||
click==8.1.7
|
||||
dnspython==2.7.0
|
||||
email_validator==2.2.0
|
||||
fastapi==0.115.0
|
||||
fastapi-cli==0.0.5
|
||||
greenlet==3.1.1
|
||||
h11==0.14.0
|
||||
httpcore==1.0.6
|
||||
httptools==0.6.1
|
||||
httpx==0.27.2
|
||||
idna==3.10
|
||||
Jinja2==3.1.4
|
||||
Mako==1.3.5
|
||||
markdown-it-py==3.0.0
|
||||
MarkupSafe==3.0.1
|
||||
mdurl==0.1.2
|
||||
psycopg==3.2.3
|
||||
psycopg-binary==3.2.3
|
||||
pydantic==2.9.0
|
||||
pydantic_core==2.23.2
|
||||
Pygments==2.18.0
|
||||
python-dotenv==1.0.1
|
||||
python-multipart==0.0.12
|
||||
PyYAML==6.0.2
|
||||
rich==13.9.2
|
||||
shellingham==1.5.4
|
||||
sniffio==1.3.1
|
||||
SQLAlchemy==2.0.35
|
||||
starlette==0.38.6
|
||||
typer==0.12.5
|
||||
typing_extensions==4.12.2
|
||||
tzdata==2024.2
|
||||
uvicorn==0.31.1
|
||||
uvloop==0.20.0
|
||||
watchfiles==0.24.0
|
||||
websockets==13.1
|
||||
Reference in New Issue
Block a user