Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7bc29c3421 |
+10
-10
@@ -1,21 +1,21 @@
|
|||||||
# Основные зависимости
|
# Основные зависимости
|
||||||
aiogram==3.22.0
|
aiogram==3.25.0
|
||||||
aiohttp==3.12.15
|
aiohttp==3.13.3
|
||||||
asyncpg==0.31.0
|
asyncpg==0.31.0
|
||||||
SQLAlchemy==2.0.46
|
SQLAlchemy==2.0.46
|
||||||
alembic==1.18.4
|
alembic==1.18.4
|
||||||
aiosqlite==0.22.1
|
aiosqlite==0.22.1
|
||||||
|
|
||||||
# Дополнительные зависимости
|
# Дополнительные зависимости
|
||||||
pydantic==2.11.9
|
pydantic==2.12.5
|
||||||
pydantic-settings==2.10.1
|
pydantic-settings==2.13.0
|
||||||
python-dotenv==1.1.1
|
python-dotenv==1.2.1
|
||||||
redis==7.1.1
|
redis==7.1.1
|
||||||
PyYAML==6.0.3
|
PyYAML==6.0.3
|
||||||
fastapi==0.129.0
|
fastapi==0.129.0
|
||||||
uvicorn==0.32.1
|
uvicorn==0.40.0
|
||||||
websockets>=12.0
|
websockets>=12.0
|
||||||
python-multipart==0.0.9
|
python-multipart==0.0.22
|
||||||
|
|
||||||
# YooKassa SDK
|
# YooKassa SDK
|
||||||
yookassa==3.10.0
|
yookassa==3.10.0
|
||||||
@@ -28,18 +28,18 @@ httpx # зависимость для nalogo
|
|||||||
structlog==23.2.0
|
structlog==23.2.0
|
||||||
|
|
||||||
# Планировщик задач для техработ
|
# Планировщик задач для техработ
|
||||||
APScheduler==3.11.0
|
APScheduler==3.11.2
|
||||||
|
|
||||||
# Утилиты
|
# Утилиты
|
||||||
python-dateutil==2.9.0.post0
|
python-dateutil==2.9.0.post0
|
||||||
pytz==2023.4
|
pytz==2023.4
|
||||||
cryptography>=44.0.1
|
cryptography>=44.0.1
|
||||||
qrcode[pil]==8.0
|
qrcode[pil]==8.2
|
||||||
|
|
||||||
# Личный кабинет (Cabinet)
|
# Личный кабинет (Cabinet)
|
||||||
bcrypt==5.0.0
|
bcrypt==5.0.0
|
||||||
PyJWT==2.11.0
|
PyJWT==2.11.0
|
||||||
email-validator==2.1.0
|
email-validator==2.3.0
|
||||||
|
|
||||||
# Для работы с версиями
|
# Для работы с версиями
|
||||||
packaging==26.0
|
packaging==26.0
|
||||||
|
|||||||
Reference in New Issue
Block a user