Skip to content

Commit 5a63bab

Browse files
committed
remove pin to oauthlib 0.6.1
1 parent 054c3ef commit 5a63bab

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,5 +1,5 @@
11
Sphinx==1.2b1
22
South==0.8.2
3-
oauthlib==0.6.1
3+
oauthlib>=0.6.1
44
six==1.3.0
55
django-braces==1.2.2

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.1',
50+
'oauthlib>=0.6.1',
5151
],
5252
zip_safe=False,
5353
)

0 commit comments

Comments
 (0)