We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 431d0e6 commit 5c04417Copy full SHA for 5c04417
setup.py
@@ -7,7 +7,7 @@
7
except IOError:
8
README = '<no description>'
9
10
-install_requires = ['oauthlib']
+install_requires = ['oauthlib','requests_oauthlib']
11
12
try:
13
import importlib
@@ -17,7 +17,7 @@
17
18
setup(
19
name='django-admin-oauth2',
20
- version='0.1',
+ version='0.1.1',
21
description='A django app that replaces the django admin authentication mechanism by deferring to an oauth2 provider',
22
long_description=README,
23
url='https://github.com/RealGeeks/django-admin-oauth2',
0 commit comments