bunch of updates
This commit is contained in:
commit
fda13b53ad
14 changed files with 693 additions and 0 deletions
10
pyproject.toml
Normal file
10
pyproject.toml
Normal 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",
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue