Skip to content

Commit

Permalink
docs build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nithinmurali committed Oct 6, 2019
1 parent dfbdf14 commit 5307a28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ formats: all
python:
version: 3.7
install:
- requirements: docs/requirements.txt
- requirements: docs/source/requirements.txt
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def read(filename):
read('pygsheets/__init__.py'), re.MULTILINE).group(1)

if sys.version_info[0] < 3:
install_require = ['google-api-python-client>=1.5.5', 'enum34', 'google-auth-oauthlib']
install_require = ['google-api-python-client>=1.5.5', 'google-auth-oauthlib']
else:
install_require = ['google-api-python-client>=1.5.5', 'google-auth-oauthlib', 'oauth2client']

Expand Down

0 comments on commit 5307a28

Please sign in to comment.