15 lines
314 B
TOML
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",
|
|
]
|