ray-the-ripper/pyproject.toml

15 lines
314 B
TOML
Raw Normal View History

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 = [
"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",
"requests>=2.32.5",
2025-08-31 13:49:25 +02:00
"scikit-image>=0.25.2",
]