Files
wrapped/pyproject.toml
T
Sergey Antropoff 54749e5e12
devops-tools/wrapped/wrapped-build/pipeline/head This commit looks good
devops-tools/wrapped/wrapped-deploy/pipeline/head This commit looks good
Выпущен 0.1.4: N открытий, «доступно с», шаблоны, /verify и A2HS.
2026-07-29 20:27:51 +03:00

38 lines
768 B
TOML

[project]
name = "wrapped"
version = "0.1.4"
description = "Zero-knowledge one-time encrypted drop service"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"fastapi>=0.115.0",
"uvicorn[standard]>=0.32.0",
"sqlalchemy[asyncio]>=2.0.36",
"asyncpg>=0.30.0",
"alembic>=1.14.0",
"pydantic-settings>=2.6.0",
"python-multipart>=0.0.17",
"httpx>=0.28.0",
"aiobotocore>=2.15.0",
"argon2-cffi>=23.1.0",
"jinja2>=3.1.4",
"itsdangerous>=2.2.0",
"orjson>=3.10.0",
]
[project.optional-dependencies]
dev = [
"ruff>=0.8.0",
]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.hatch.build.targets.wheel]
packages = ["app"]
[tool.ruff]
line-length = 100
target-version = "py312"