[project] name = "umabot" version = "0.1.0" description = "A modular Reddit bot for post moderation" authors = [ { name = "Fuwn", email = "contact@fuwn.me" } ] dependencies = [ "praw>=7.7.0", "python-dotenv>=1.0.0", "schedule>=1.2.0", "loguru>=0.7.0", "openai>=1.108.0", ] readme = "README.md" requires-python = ">= 3.8" [project.scripts] "umabot" = "umabot:main" [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [tool.rye] managed = true dev-dependencies = [ "pytest>=7.0.0", "black>=23.0.0", "flake8>=6.0.0", ] [tool.hatch.metadata] allow-direct-references = true [tool.hatch.build.targets.wheel] packages = ["src/umabot"]