opus-submitter/pyproject.toml

37 lines
782 B
TOML

[project]
name = "polylan-submitter"
version = "0.1.0"
description = "PolyLAN submitter with CAS authentication"
requires-python = ">=3.10"
dependencies = [
"django>=5.2.7",
"django-vite>=3.1.0",
"requests>=2.31.0",
"pillow>=10.0.0",
"gunicorn>=23.0.0",
"opencv-python>=4.12.0.88",
"pytesseract>=0.3.13",
"pandas>=2.3.3",
"django-shinobi>=1.4.0",
"psycopg>=3.2.13",
"sentry-sdk[django]>=2.59.0",
"furl>=2.1.4",
"django-redis>=6.0.0",
]
[dependency-groups]
dev = [
"django-extensions>=4.1",
"django-stubs>=5.2.7",
"django-stubs-ext>=5.2.7",
"django-types>=0.22.0",
"ipython>=8.37.0",
"pre-commit>=4.3.0",
"pyjwt>=2.10.1",
"pyright>=1.1.407",
"ruff>=0.14.2",
]
[tool.uv.workspace]
members = []