[project] name = "news-collector" version = "0.1.0" description = "News and sentiment data collector service" requires-python = ">=3.12" dependencies = ["trading-shared", "feedparser>=6.0,<7", "nltk>=3.8,<4", "aiohttp>=3.9,<4"] [project.optional-dependencies] dev = [ "pytest>=8.0", "pytest-asyncio>=0.23", "aioresponses>=0.7", ] [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [tool.hatch.build.targets.wheel] packages = ["src/news_collector"]