bunch of updates

This commit is contained in:
Barrett Ruth 2025-05-13 13:35:37 -04:00
commit fda13b53ad
14 changed files with 693 additions and 0 deletions

10
pyproject.toml Normal file
View file

@ -0,0 +1,10 @@
[project]
name = "git-server-ui"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"flask>=3.1.1",
"gunicorn>=23.0.0",
]