| [project] |
| name = "build-small-tennis-stroke" |
| version = "0.1.0" |
| description = "Add your description here" |
| readme = "README.md" |
| requires-python = ">=3.12" |
| dependencies = [ |
| "aiohttp>=3.14.1", |
| "gradio>=6.18.0", |
| "imageio[ffmpeg]>=2.37.3", |
| "instructor>=1.15.1", |
| "mediapipe>=0.10.35", |
| "pandas>=3.0.3", |
| "python-dotenv>=1.0.0", |
| "tensorflow>=2.21.0", |
| ] |
|
|
| [dependency-groups] |
| dev = [ |
| "marimo>=0.23.6", |
| ] |
|
|
| [build-system] |
| requires = ["hatchling"] |
| build-backend = "hatchling.build" |
|
|
| [tool.hatch.build.targets.wheel] |
| packages=["src/ai_tennis_coach"] |
|
|