Skip to content

Commit

Permalink
rtd build fix attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
snarfed committed Nov 20, 2016
1 parent fc8bca8 commit 653ec96
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ html2text
jinja2
mf2py>=0.2.7
mf2util>=0.5.0
oauth-dropins>=1.5
-e git+https://github.com/snarfed/oauth-dropins.git@rtd#egg=oauth_dropins
#oauth-dropins>=1.5
requests>=2.10.0
requests-toolbelt>=0.6.2
brevity>=0.2.11
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def __init__(self, *args, **kwargs):
'urllib3>=1.14',
],
extras_require={
'appengine-sdk': ['appengine-sdk >= 1.9.40.post0'],
'appengine-sdk': ['appengine-sdk>=1.9.40.post0'],
},
test_loader='setup:TestLoader',
test_suite='granary.test',
Expand Down

0 comments on commit 653ec96

Please sign in to comment.