Initial commit

Made-with: Cursor
This commit is contained in:
Dusan Vojacek
2026-03-20 13:27:37 +01:00
commit 8b4af663d8
77 changed files with 13337 additions and 0 deletions

14
backend/requirements.txt Normal file
View File

@@ -0,0 +1,14 @@
fastapi>=0.115.0
uvicorn[standard]>=0.32.0
asyncpg>=0.30.0
python-dotenv>=1.0.0
pydantic-settings>=2.6.0
apscheduler>=3.10.4
pymodbus>=3.8.0
aiohttp>=3.11.0
pulp>=2.9.0
highspy>=1.7.0
pvlib>=0.11.0
pandas>=2.2.0
numpy>=2.0.0
httpx>=0.28.0