File size: 1,091 Bytes
e49993e
 
 
 
 
 
 
 
 
 
efef91a
 
e49993e
 
 
3fcac1c
e49993e
3fcac1c
e49993e
3fcac1c
 
e49993e
 
 
3fcac1c
 
efef91a
 
e49993e
 
 
 
 
 
 
 
 
3fcac1c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
[build-system]
requires = [
  "hatchling",
  "hatch-requirements-txt",
  "hatch-fancy-pypi-readme>=22.5.0",
]
build-backend = "hatchling.build"

[project]
name = "gradio_labanmovementanalysis"
version = "0.0.7"
description = "Video movement analysis using Laban Movement Analysis (LMA)"
readme = "README.md"
license = "apache-2.0"
authors = [{ name = "Csaba Bolyós", email = "bladeszasza@gmail.com" }]
keywords = ["gradio-custom-component", "gradio-5", "laban-movement-analysis", "LMA", "pose-estimation", "movement-analysis", "mcp", "ai-agents"]
# Core dependencies
requires-python = ">=3.10"
dependencies = [
    "gradio[mcp]>=5.33.0",
    "mcp>=1.9.0",
    "opencv-python>=4.8.0",
    "mediapipe>=0.10.21",
    "ultralytics>=8.0.0",
    "tensorflow>=2.8.0",
    "tensorflow-hub>=0.12.0",
    "yt-dlp>=2025.05.22",
    "gradio_overlay_video>=0.0.9"
]

[project.optional-dependencies]
dev = ["build", "twine"]

[tool.hatch.build]
artifacts = ["/backend/gradio_labanmovementanalysis/templates", "*.pyi"]

[tool.hatch.build.targets.wheel]
packages = ["/backend/gradio_labanmovementanalysis"]