2025-08-31 13:49:25 +02:00
|
|
|
[project]
|
|
|
|
name = "ray-the-ripper"
|
|
|
|
version = "0.1.0"
|
|
|
|
description = "Add your description here"
|
|
|
|
readme = "README.md"
|
|
|
|
requires-python = ">=3.12"
|
|
|
|
dependencies = [
|
2025-09-11 04:59:50 +02:00
|
|
|
"imdbinfo>=0.5.3",
|
2025-08-31 13:49:25 +02:00
|
|
|
"matplotlib>=3.10.6",
|
|
|
|
"numpy>=2.3.2",
|
|
|
|
"opencv-python>=4.11.0.86",
|
2025-09-17 22:56:44 +02:00
|
|
|
"requests>=2.32.5",
|
2025-08-31 13:49:25 +02:00
|
|
|
"scikit-image>=0.25.2",
|
|
|
|
]
|