initial commit

This commit is contained in:
2025-11-06 09:20:26 +00:00
commit 5536485a8c
15 changed files with 974 additions and 0 deletions

9
pyproject.toml Normal file
View File

@@ -0,0 +1,9 @@
[project]
name = "pysatcalc"
version = "0.1.0"
description = "Web-based Satisfactory production calculator in Python (Flask)"
requires-python = ">=3.13"
dependencies = [
"flask>=3.0",
"pydantic>=2.12.4",
]