initial commit
This commit is contained in:
9
pyproject.toml
Normal file
9
pyproject.toml
Normal 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",
|
||||
]
|
||||
Reference in New Issue
Block a user