there's a lot to unpack here
This commit is contained in:
+5
-1
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user