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 e29eb32 commit cdb6431Copy full SHA for cdb6431
requirements/base.txt
@@ -1,6 +1,6 @@
1
Sphinx==1.2b1
2
South==0.8.2
3
-https://github.com/idan/oauthlib/archive/master.zip
+oauthlib==0.6.1
4
six==1.3.0
5
django-braces==1.2.2
6
coverage==3.6
setup.py
@@ -47,7 +47,7 @@ def get_version(package):
47
'django>=1.4',
48
'django-braces==1.2.2',
49
'six==1.3.0',
50
- 'oauthlib==0.6.0',
+ 'oauthlib==0.6.1',
51
],
52
zip_safe=False,
53
)
0 commit comments