code_quiz / pyproject.toml
burtenshaw
first commit
6f46aeb
raw
history blame contribute delete
274 Bytes
[project]
name = "code-assignment-app"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"datasets>=3.2.0",
"gradio[oauth]>=5.13.2",
"huggingface-hub>=0.28.0",
"ipykernel>=6.29.5",
]