stride-running-coach / pyproject.toml
nicholasg1997
feat: update model configurations and enhance README for local AI running coach
dcfc5a3
raw
history blame contribute delete
500 Bytes
[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"]