bd - api
This commit is contained in:
6
database/requirements.txt
Normal file
6
database/requirements.txt
Normal 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 # Для миграций базы данных (опционально)
|
||||
Reference in New Issue
Block a user