Support multiple calendars

This implied switching to a different caching approach.
This commit is contained in:
2023-02-18 04:21:28 +01:00
parent 5d58ba89c4
commit 70a069fe95
7 changed files with 679 additions and 679 deletions
+2 -1
View File
@@ -15,9 +15,10 @@ fastapi = "^0.75.0"
uvicorn = {extras = ["standard"], version = "^0.17.6"}
Jinja2 = "^3.1.0"
Babel = "^2.9.1"
fastapi-cache2 = "^0.1.8"
aiohttp = {extras = ["speedups"], version = "^3.8.1"}
recurring-ical-events = "^1.0.1-beta.0"
pyyaml = "^6.0"
asyncache = "^0.3.1"
[tool.poetry.dev-dependencies]
black = "^22.1.0"