Files
pub-quiz/pyproject.toml
John Gatward a69ef51825 init
2026-03-19 21:07:16 +00:00

14 lines
271 B
TOML

[project]
name = "pub-quiz"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"flask>=3.1.1",
"pandas>=2.3.0",
"plotly>=6.1.2",
"scikit-learn>=1.7.0",
"statsmodels>=0.14.4",
]