there's a lot to unpack here

This commit is contained in:
2025-04-10 05:09:57 -07:00
parent 1985a196b7
commit 1dfaac75d2
5 changed files with 556 additions and 10 deletions
+5 -1
View File
@@ -11,11 +11,15 @@ dependencies = [
"icalendar (>=6.1.3,<7.0.0)",
"datetime (>=5.5,<6.0)",
"requests (>=2.32.3,<3.0.0)",
"aiohttp (>=3.11.16,<4.0.0)"
"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)"
]
[project.scripts]
generate-ics = 'events_plus.console:generate_all'
clear-gcals = 'events_plus.console:clear_all'
[build-system]