This commit is contained in:
Félix Dorn 2025-07-03 17:32:41 +02:00
parent 2da206d368
commit b7c94590f9
14 changed files with 2200 additions and 13 deletions

View file

@ -6,9 +6,12 @@ readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"matplotlib>=3.10.3",
"openpyxl>=3.1.5",
"pandas>=2.2.3",
"platformdirs>=4.3.8",
"pydantic>=2.11.7",
"python-dotenv>=1.1.1",
"requests>=2.32.4",
"seaborn>=0.13.2",
]