Skip to content

Commit 5c04417

Browse files
committed
add missing dependency
1 parent 431d0e6 commit 5c04417

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
except IOError:
88
README = '<no description>'
99

10-
install_requires = ['oauthlib']
10+
install_requires = ['oauthlib','requests_oauthlib']
1111

1212
try:
1313
import importlib
@@ -17,7 +17,7 @@
1717

1818
setup(
1919
name='django-admin-oauth2',
20-
version='0.1',
20+
version='0.1.1',
2121
description='A django app that replaces the django admin authentication mechanism by deferring to an oauth2 provider',
2222
long_description=README,
2323
url='https://github.com/RealGeeks/django-admin-oauth2',

0 commit comments

Comments
 (0)