/
syncora
/
auth_service
Обзор
Документация
Войти
/
syncora
/
auth_service
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
master
pyproject.toml
37 строк
768 B
ikarg
update account deletion
10 окт 2025, 17:25
10 окт 2025, 17:25
b54049d
Код
Авторство
О чём код?
[project] name = "auth_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", "bcrypt>=5.0.0", "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", "redis>=6.2.0", "hvac>=2.3.0" ] prod = [ "pydantic>=2.11.7", "uvicorn>=0.34.3", "fastapi[standard]>=0.115.13", "bcrypt>=5.0.0", "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", "redis>=6.2.0", "hvac>=2.3.0" ]