govorov/backend/requirements.txt

10 lines
354 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

fastapi[all]
uvicorn[standard]
sqlalchemy==2.0.*
pydantic[email]
python-dotenv
alembic
psycopg2-binary # Или другой драйвер БД, если нужно, для SQLite не требуется явно, но SQLAlchemy может его использовать
# Позже добавим: pytest, httpx, selenium, locust, etc.
pytest
httpx