Skip to content

Commit 7550af0

Browse files
authored
Merge pull request #23 from Hanse00/bugfix-missing-oauth2client
Explicitly require oauth2client
2 parents d4564d6 + bad035b commit 7550af0

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Pipfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,4 @@ requests = "*"
1515
lxml = "*"
1616
python-dateutil = "*"
1717
pytz = "*"
18+
oauth2client = "*"

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ def readme():
4848
"requests",
4949
"lxml",
5050
"pytz",
51-
"python-dateutil"
51+
"python-dateutil",
52+
"oauth2client"
5253
],
5354
package_data={
5455
"lectocal": [

0 commit comments

Comments
 (0)