[project] name = "knowledge-inbox" version = "0.1.0" requires-python = ">=3.11" dependencies = [ "python-telegram-bot>=21.0", "youtube-transcript-api>=0.6", "httpx>=0.27", "oracledb>=2.0", "oci>=2.100", "python-dotenv>=1.0", ] [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [tool.hatch.build.targets.wheel] packages = ["bot", "core", "daemon"]