Skip to content

Commit

Permalink
add add appengine-sdk setup.py extra and readthedocs.yml config file
Browse files Browse the repository at this point in the history
  • Loading branch information
snarfed committed Nov 17, 2016
1 parent aaa68fe commit 774e384
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
/build/
/docs/_build/
/docs/source/
/dist/
/.eggs/
/*.egg-info
Expand Down
5 changes: 5 additions & 0 deletions readthedocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
python:
setup_py_install: true
requirements_file: requirements.txt
extra_requirements:
- appengine-sdk
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Keep in sync with setup.py's install_requires!
appengine-sdk
-e git+https://github.com/snarfed/gdata-python-client-1.git#egg=gdata
google-api-python-client>=1.4.0,!=1.5.0
httplib2
Expand Down
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,8 @@
'mf2util',
'urllib3>=1.14',
],
extras_require={
'appengine-sdk': ['appengine-sdk>=1.9.40.post0'],
},
test_suite='oauth_dropins.webutil',
)

0 comments on commit 774e384

Please sign in to comment.