SACC-release / pyproject.toml
cacode's picture
Deploy updated SCU course catcher
e28c9e4 verified
raw
history blame contribute delete
365 Bytes
[project]
name = "advanced-scu-course-catcher"
version = "2.0.0"
description = "SCU course catcher web app for Hugging Face Spaces"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"Flask>=3.0.0",
"gunicorn>=23.0.0",
"selenium>=4.35.0",
"onnxruntime>=1.18.0",
"numpy>=1.24.0",
"Pillow>=10.0.0",
"cryptography>=43.0.0",
]