/
developer_atatanoff
/
simple_auth_fastapi
Обзор
Документация
Войти
/
developer_atatanoff
/
simple_auth_fastapi
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
pyproject.toml
26 строк
568 B
Alex Tata
Добавил алембик и менедж
03 авг 2026, 19:33
03 авг 2026, 19:33
6413f20
Код
Авторство
О чём код?
[project] name = "start-page-vic" version = "0.1.0" description = "Add your description here" readme = "README.md" requires-python = ">=3.13" dependencies = [ "aiofiles>=25.1.0", "aiomcache>=0.8.2", "alembic>=1.17.1", "asyncpg>=0.31.0", "cryptography>=46.0.3", "fastapi-pagination>=0.15.4", "fastapi[standard]>=0.121.1", "passlib[argon2]>=1.7.4", "psycopg2-binary>=2.9.12", "python-jose>=3.5.0", "sqlalchemy>=2.0.44", "starlette>=0.49.3", "uvicorn>=0.38.0", ] [dependency-groups] dev = [ "aiosqlite>=0.21.0", ]