File size: 831 Bytes
d725335
 
 
2a9b8d1
d725335
 
 
 
 
 
 
 
 
 
 
 
a837fd9
2a9b8d1
 
d725335
 
 
 
 
 
 
 
 
 
 
 
 
 
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
[project]
name = "tiny-trigger"
version = "0.1.0"
description = "Open-vocabulary video automations with YOLOE and cloud rule compilers"
authors = [
    {name = "Javier Montalvo",email = "jmrgua@gmail.com"}
]
readme = "README.md"
requires-python = ">=3.10,!=3.14.1,<3.15"
dependencies = [
    "gradio>=5.0",
    "ultralytics>=8.3.0",
    "opencv-python-headless>=4.10",
    "pydantic>=2.8",
    "PyYAML>=6.0",
    "requests>=2.32",
    "replicate>=1.0",
    "openai>=2.0",
    "anthropic>=0.75",
    "numpy>=1.26",
    "imageio-ffmpeg>=0.6.0",
    "static-ffmpeg>=2.13",
    "torch (>=2.11.0,<3.0.0)",
    "torchvision (>=0.26.0,<0.27.0)",
    "torchaudio (>=2.11.0,<3.0.0)",
]

[tool.poetry.group.dev.dependencies]
pytest = ">=9.0"

[build-system]
requires = ["poetry-core>=2.0.0,<3.0.0"]
build-backend = "poetry.core.masonry.api"