Add python script to export data from excel

This commit is contained in:
Niklas Meinzer
2024-11-19 08:13:32 +01:00
parent 02d5c5f1ca
commit 321a11367e
3 changed files with 31 additions and 0 deletions

7
pyproject.toml Normal file
View File

@@ -0,0 +1,7 @@
[project]
name = "allmende_solimieten"
version = "0.1.0"
dependencies = [
"pandas[excel]",
]
requires-python = ">=3.12"