Skip to content

Commit

Permalink
Switch to latest oauthlib 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanHuot committed Jan 8, 2019
1 parent cc190d0 commit 8abe8bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ bottle==0.12.13
certifi==2017.7.27.1
chardet==3.0.4
idna==2.6
-e git://github.com/oauthlib/oauthlib.git#egg=oauthlib
oauthlib==3.0.0
requests==2.18.4
urllib3==1.22
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
packages=['bottle_oauthlib'],
install_requires=dependencies,
test_suite='tests',
tests_require=['oauthlib>=3.0.0'],
classifiers=[
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',
Expand Down

0 comments on commit 8abe8bc

Please sign in to comment.