8 lines
482 B
Plaintext
Raw Permalink 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==0.110.0 # FastAPI с поддержкой всех зависимостей
uvicorn==0.29.0 # ASGI-сервер для FastAPI
SQLAlchemy==2.0.29 # ORM для работы с PostgreSQL
asyncpg==0.29.0 # Асинхронный драйвер PostgreSQL
alembic==1.13.1 # Миграции базы данных
pydantic==2.6.3 # Валидация данных
python-multipart==0.0.9 # Поддержка загрузки файлов через multipart/form-data