[project] name = "ratemyrun" version = "0.1.0" requires-python = ">=3.11" dependencies = [ "gradio>=6.16.0", "matplotlib>=3.10.9", "openai>=2.41.0", "python-dotenv>=1.2.2", "requests>=2.34.2", ] [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [tool.hatch.build.targets.wheel] packages = ["src/rate_my_run"] [dependency-groups] dev = [ "ipykernel>=7.2.0", "modal>=1.4.3", "pytest>=9.0.3", ] [tool.pytest.ini_options] testpaths = ["tests"]