Files
inventory/pyproject.toml
Nathan Woodburn 0ce79935d7
All checks were successful
Check Code Quality / RuffCheck (push) Successful in 1m4s
Build Docker / BuildImage (push) Successful in 1m26s
feat: Initial code
2026-03-26 23:07:05 +11:00

20 lines
347 B
TOML

[project]
name = "inventory"
version = "0.1.0"
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",
"requests>=2.32.5",
]
[dependency-groups]
dev = [
"pre-commit>=4.4.0",
"ruff>=0.14.5",
]