Initial commit: Waste Collection API

This commit is contained in:
2026-04-05 07:29:36 +00:00
commit 109b682a88
17 changed files with 1016 additions and 0 deletions

10
requirements.txt Normal file
View File

@@ -0,0 +1,10 @@
fastapi==0.115.0
uvicorn[standard]==0.30.6
pydantic==2.9.2
requests==2.32.3
icalendar==6.1.1
icalevents==2.1.2
python-dotenv==1.0.1
httpx==0.27.2
beautifulsoup4==4.12.3
jinja2>=3.0.0