This commit is contained in:
Loïc Gremaud 2025-10-28 23:17:24 +01:00
parent c5e6ef1eb0
commit 578a5af3df

View File

@ -1,14 +1,23 @@
[project] [project]
name = "submitter" name = "opus-submitter"
version = "0.1.0" version = "0.1.0"
description = "Add your description here" description = "Opus Magnum submitter with CAS authentication"
readme = "README.md" requires-python = ">=3.10"
requires-python = ">=3.13"
dependencies = [ dependencies = [
"django>=5.2.7", "django>=5.2.7",
"django-cas-ng>=5.0.1", ]
"django-shinobi>=1.4.0",
"opencv-python>=4.12.0.88", [build-system]
"pandas>=2.3.3", requires = ["setuptools>=68"]
"pytesseract>=0.3.13", build-backend = "setuptools.build_meta"
[dependency-groups]
dev = [
"django-stubs>=5.2.7",
"django-stubs-ext>=5.2.7",
"django-types>=0.22.0",
"ipython>=9.6.0",
"pre-commit>=4.3.0",
"pyright>=1.1.407",
"ruff>=0.14.2",
] ]