Skip to content

Commit 65eba23

Browse files
Niloth-ptimabbott
authored andcommitted
google-calendar: Update requirements.txt dependencies.
1 parent 9e131ac commit 65eba23

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

zulip/integrations/google/google-calendar

-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
#!/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.
52
import argparse
63
import datetime
74
import itertools
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
httplib2>=0.22.0
22
oauth2client>=4.1.3
3+
python-dateutil
4+
pytz

0 commit comments

Comments
 (0)