Skip to content

Commit

Permalink
Merge pull request #388 from ThiefMaster/fix-dep
Browse files Browse the repository at this point in the history
Pin requests-oauthlib version to <1.2.0
  • Loading branch information
lepture committed Jan 15, 2019
2 parents 114d494 + 1379c6b commit 9e6f152
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def fread(filename):
install_requires=[
'Flask',
'oauthlib>=1.1.2,!=2.0.3,!=2.0.4,!=2.0.5,<3.0.0',
'requests-oauthlib>=0.6.2',
'requests-oauthlib>=0.6.2,<1.2.0',
],
tests_require=['nose', 'Flask-SQLAlchemy', 'mock'],
test_suite='nose.collector',
Expand Down

0 comments on commit 9e6f152

Please sign in to comment.