This commit is contained in:
Ryan
2025-11-19 20:33:36 -05:00
commit f15846f3f4
9 changed files with 549 additions and 0 deletions

9
pyproject.toml Normal file
View File

@@ -0,0 +1,9 @@
[project]
name = "simbarag-index"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.14"
dependencies = [
"quart>=0.20.0",
]