[project] name = "reddit-adverse-event-agent" version = "0.1.0" description = "Python ADK Agent that extracts adverse events from Reddit posts about GLP-1 medications" requires-python = ">=3.10" dependencies = [ "google-adk>=0.3.0", "requests>=2.31.0", "python-dotenv>=1.0.0", "pynacl>=1.5.0", "blake3>=0.4.0", ] [project.optional-dependencies] dev = [ "pytest>=8.0.0", "pytest-asyncio>=0.23.0", ] [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [tool.hatch.build.targets.wheel] packages = ["."] [tool.pytest.ini_options] testpaths = ["tests"] asyncio_mode = "auto"