feat: Initial code
All checks were successful
Check Code Quality / RuffCheck (push) Successful in 1m4s
Build Docker / BuildImage (push) Successful in 1m26s

This commit is contained in:
2026-03-26 23:07:05 +11:00
parent d8ede00901
commit 0ce79935d7
24 changed files with 2527 additions and 143 deletions

View File

@@ -1,10 +1,11 @@
[project]
name = "python-webserver-template"
name = "inventory"
version = "0.1.0"
description = "Add your description here"
description = "Server inventory system"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"docker>=7.1.0",
"flask>=3.1.2",
"gunicorn>=23.0.0",
"python-dotenv>=1.2.1",