checkpoint

This commit is contained in:
2025-11-07 09:03:25 +00:00
parent 562b33dff9
commit 58c83f6140
5 changed files with 274 additions and 11 deletions

View File

@@ -5,5 +5,7 @@ description = "Web-based Satisfactory production calculator in Python (Flask)"
requires-python = ">=3.13"
dependencies = [
"flask>=3.0",
"networkx>=3.5",
"pydantic>=2.12.4",
"rich>=14.2.0",
]