File size: 365 Bytes
e28c9e4 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | [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",
]
|