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 054c3ef commit 5a63babCopy full SHA for 5a63bab
requirements/base.txt
@@ -1,5 +1,5 @@
1
Sphinx==1.2b1
2
South==0.8.2
3
-oauthlib==0.6.1
+oauthlib>=0.6.1
4
six==1.3.0
5
django-braces==1.2.2
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.1',
+ 'oauthlib>=0.6.1',
51
],
52
zip_safe=False,
53
)
0 commit comments