Skip to content

Commit cdb6431

Browse files
committed
moved oauthlib to 0.6.1, fixes jazzband#96
1 parent e29eb32 commit cdb6431

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements/base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Sphinx==1.2b1
22
South==0.8.2
3-
https://github.com/idan/oauthlib/archive/master.zip
3+
oauthlib==0.6.1
44
six==1.3.0
55
django-braces==1.2.2
66
coverage==3.6

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def get_version(package):
4747
'django>=1.4',
4848
'django-braces==1.2.2',
4949
'six==1.3.0',
50-
'oauthlib==0.6.0',
50+
'oauthlib==0.6.1',
5151
],
5252
zip_safe=False,
5353
)

0 commit comments

Comments
 (0)