Skip to content

Commit

Permalink
Merge pull request #23 from Hanse00/bugfix-missing-oauth2client
Browse files Browse the repository at this point in the history
Explicitly require oauth2client
  • Loading branch information
Hanse00 committed Sep 17, 2018
2 parents d4564d6 + bad035b commit 7550af0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ requests = "*"
lxml = "*"
python-dateutil = "*"
pytz = "*"
oauth2client = "*"
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ def readme():
"requests",
"lxml",
"pytz",
"python-dateutil"
"python-dateutil",
"oauth2client"
],
package_data={
"lectocal": [
Expand Down

0 comments on commit 7550af0

Please sign in to comment.