We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e131ac commit 65eba23Copy full SHA for 65eba23
zulip/integrations/google/google-calendar
@@ -1,7 +1,4 @@
1
#!/usr/bin/env python3
2
-#
3
-# This script depends on python-dateutil and python-pytz for properly handling
4
-# times and time zones of calendar events.
5
import argparse
6
import datetime
7
import itertools
zulip/integrations/google/requirements.txt
@@ -1,2 +1,4 @@
httplib2>=0.22.0
oauth2client>=4.1.3
+python-dateutil
+pytz
0 commit comments