forum-app/backend/requirements.txt

8 lines
114 B
Plaintext
Raw Normal View History

fastapi
uvicorn[standard]
2024-04-01 04:43:12 +00:00
sqlalchemy
passlib[bcrypt]
pydantic
starlette
2024-04-06 19:08:41 +00:00
python-multipart
python-jose[cryptography]