use different ical prefix, better print diffs
Periodic refresh of events / Run-Scraper (push) Waiting to run

This commit is contained in:
2025-04-10 14:30:21 -07:00
parent 0de41e3522
commit 2573093694
4 changed files with 111 additions and 32 deletions
+2 -1
View File
@@ -14,7 +14,8 @@ dependencies = [
"aiohttp (>=3.11.16,<4.0.0)",
"google-api-python-client (>=2.166.0,<3.0.0)",
"google-auth-httplib2 (>=0.2.0,<0.3.0)",
"google-auth-oauthlib (>=1.2.1,<2.0.0)"
"google-auth-oauthlib (>=1.2.1,<2.0.0)",
"jsondiff (>=2.2.1,<3.0.0)"
]
[project.scripts]