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 314d544 commit 2327bd2Copy full SHA for 2327bd2
requirements/base.txt
@@ -1,7 +1,7 @@
1
Django>=1.4
2
Sphinx==1.2b1
3
South==0.8.2
4
-oauthlib==0.5.1
+oauthlib==0.6.0
5
six==1.3.0
6
django-braces==1.2.2
7
coverage==3.6
setup.py
@@ -46,7 +46,7 @@ def get_version(package):
46
'django>=1.4',
47
'django-braces==1.2.2',
48
'six==1.3.0',
49
- 'oauthlib==0.5.1',
+ 'oauthlib==0.6.0',
50
],
51
zip_safe=False,
52
)
tox.ini
@@ -7,7 +7,7 @@ commands={envpython} runtests.py
deps =
8
9
10
- oauthlib==0.5.1
+ oauthlib==0.6.0
11
12
13
0 commit comments