Skip to content

Commit

Permalink
Merge pull request #377 from skion/patch-2
Browse files Browse the repository at this point in the history
Update requirements
  • Loading branch information
lepture authored Mar 20, 2018
2 parents 7a58b6d + 05ef22f commit 703c89b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Flask==0.11.1
Flask==0.12.2
mock==2.0.0
oauthlib==1.1.2
requests-oauthlib==0.6.2
oauthlib==2.0.6
requests-oauthlib==0.8.0
Flask-SQLAlchemy==2.1
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def fread(filename):
license='BSD',
install_requires=[
'Flask',
'oauthlib>=1.1.2',
'oauthlib>=1.1.2,!=2.0.3,!=2.0.4,!=2.0.5,<3.0.0',
'requests-oauthlib>=0.6.2',
],
tests_require=['nose', 'Flask-SQLAlchemy', 'mock'],
Expand Down

0 comments on commit 703c89b

Please sign in to comment.