Skip to content

Commit

Permalink
Require ckanext-oauth2 and remove direct dependency on requests-oauthlib
Browse files Browse the repository at this point in the history
  • Loading branch information
aarranz committed Feb 9, 2018
1 parent 0302620 commit 13e92b7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Expand Up @@ -51,8 +51,7 @@
keywords='CKAN dashboard data visualization WireCloud',
packages=find_packages(exclude=['contrib', 'docs', 'tests*']),
install_requires=[
'ckanext-oauth2>0.4.0',
'requests-oauthlib==0.8.0',
'ckanext-oauth2>=0.4.0',
'six',
],
include_package_data=True,
Expand Down

0 comments on commit 13e92b7

Please sign in to comment.