opus-submitter/pyproject.toml
2025-10-28 23:10:46 +01:00

15 lines
314 B
TOML

[project]
name = "submitter"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"django>=5.2.7",
"django-cas-ng>=5.0.1",
"django-shinobi>=1.4.0",
"opencv-python>=4.12.0.88",
"pandas>=2.3.3",
"pytesseract>=0.3.13",
]