This commit is contained in:
2025-09-14 22:09:39 +05:00
parent 8ad2bfbe59
commit 3c418a97b4
30 changed files with 3404 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
# Необходимые зависимости для работы с PostgreSQL и SQLAlchemy
sqlalchemy>=2.0.0
psycopg2-binary>=2.9.0 # PostgreSQL адаптер для Python
python-dotenv>=1.0.0 # Для работы с переменными окружения
alembic>=1.12.0 # Для миграций базы данных (опционально)