generated from nathanwoodburn/python-webserver-template
feat: Initial code
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user