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 0757a8f commit 2402be0Copy full SHA for 2402be0
requirements/base.txt
@@ -1,4 +1,4 @@
1
Sphinx==1.3.3
2
-oauthlib==1.0.3
+oauthlib==1.1.2
3
django-braces==1.8.1
4
six
setup.py
@@ -52,7 +52,7 @@ def get_version(package):
52
install_requires=[
53
'django>=1.7',
54
'django-braces>=1.8.1',
55
- 'oauthlib==1.0.3',
+ 'oauthlib==1.1.2',
56
'six',
57
],
58
zip_safe=False,
0 commit comments