/
syncora
/
subscribe_service
Обзор
Документация
Войти
/
syncora
/
subscribe_service
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
master
pyproject.toml
35 строк
745 B
ikarg
add notifies
14 окт 2025, 21:35
14 окт 2025, 21:35
e9a5591
Код
Авторство
О чём код?
[project] name = "subscribe_service" version = "0.1.0" description = "Add your description here" readme = "README.md" requires-python = ">=3.12" [dependency-groups] dev = [ "pydantic>=2.11.7", "uvicorn>=0.34.3", "fastapi[standard]>=0.115.13", "pyjwt>=2.10.1", "sqlalchemy>=2.0.41", "psycopg2-binary>=2.9.10", "asyncpg>=0.30.0", "alembic>=1.16.2", "python-dotenv>=1.1.1", "hvac>=2.3.0", "apscheduler>=3.11.0" ] prod = [ "pydantic>=2.11.7", "uvicorn>=0.34.3", "fastapi[standard]>=0.115.13", "pyjwt>=2.10.1", "sqlalchemy>=2.0.41", "psycopg2-binary>=2.9.10", "asyncpg>=0.30.0", "alembic>=1.16.2", "python-dotenv>=1.1.1", "hvac>=2.3.0", "apscheduler>=3.11.0" ]