Add support for feeds from reparatur-initiativen.de

This commit is contained in:
2025-02-05 23:07:48 +01:00
parent 93b0a314d4
commit af33203932
3 changed files with 1107 additions and 936 deletions
+2 -1
View File
@@ -9,7 +9,7 @@ include = [
package-mode = false
[tool.poetry.dependencies]
python = "^3.8"
python = "^3.10"
icalendar = "^4.0.9"
fastapi = "^0.75.0"
uvicorn = {extras = ["standard"], version = "^0.17.6"}
@@ -19,6 +19,7 @@ aiohttp = {extras = ["speedups"], version = "^3.8.1"}
recurring-ical-events = "^1.0.1-beta.0"
pyyaml = "^6.0"
asyncache = "^0.3.1"
pytz = "^2025.1"
[tool.poetry.dev-dependencies]
black = "^22.1.0"