File size: 438 Bytes
79b1351
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[tool.poetry]
name = "yolo-volley-detection-video"
version = "0.1.0"
description = ""
authors = ["nicola.landro <nicola.landro@digitiamo.com>"]
readme = "README.md"
packages = [{include = "yolo_volley_detection_video"}]

[tool.poetry.dependencies]
python = "^3.10"
numpy = "^1.23.5"
opencv-python = "^4.6.0.66"
matplotlib = "^3.6.2"
gradio = "^3.12.0"


[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"