checkpoint

This commit is contained in:
2025-11-08 09:55:28 +00:00
parent bdd0d26acb
commit df2bf7058c
4 changed files with 456 additions and 164 deletions

View File

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