Skip to content

Commit 352a475

Browse files
committed
google-calendar: Update requirements.txt dependencies.
1 parent 8c27331 commit 352a475

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

zulip/integrations/google/google-calendar

Lines changed: 0 additions & 3 deletions
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
Lines changed: 2 additions & 0 deletions
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)