[project] name = "comment-automation" version = "0.1.0" description = "Comment automation service" readme = "README.md" requires-python = ">=3.11" dependencies = [ "celery>=5.4.0", "fastapi[standard]>=0.116.0", "httpx>=0.28.1", "pydantic>=2.11.0", "uplink>=0.9.7", ] [dependency-groups] dev = [ "bandit>=1.7.9", "black>=24.10.0", "isort>=5.13.2", "pre-commit>=4.2.0", "pytest>=8.3.0", "ruff>=0.8.0", "ty>=0.0.1a13", "uv>=0.8.15", ] [build-system] requires = ["hatchling>=1.24.2"] build-backend = "hatchling.build" [tool.hatch.build.targets.wheel] packages = ["src/comment_automation"] [tool.pytest.ini_options] testpaths = ["tests"] addopts = "-q" [tool.isort] profile = "black"