Skip to content

Commit

Permalink
readthedocs.yml bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
snarfed committed Nov 18, 2016
1 parent 7a8a5cf commit 9da193a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
requirements_file: requirements.txt
python:
setup_py_install: true
requirements_file: requirements.txt
# setup_py_install: true
extra_requirements:
- appengine-sdk
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
'urllib3>=1.14',
],
extras_require={
'appengine-sdk': ['appengine-sdk>=1.9.40.post0'],
'appengine-sdk': ['appengine-sdk >= 1.9.40.post0'],
},
test_suite='oauth_dropins.webutil',
)

0 comments on commit 9da193a

Please sign in to comment.