[project] name = "wrapped" version = "0.1.0" 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"