Skip to content

Commit 7155748

Browse files
author
Massimiliano Pippi
committed
Merge pull request #107 from noirbizarre/patch-1
Don't pin django-braces and six versions
2 parents 4328a2a + ce6f170 commit 7155748

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ def get_version(package):
4545
test_suite='runtests',
4646
install_requires=[
4747
'django>=1.4',
48-
'django-braces==1.2.2',
49-
'six==1.3.0',
48+
'django-braces>=1.2.2',
49+
'six>=1.3.0',
5050
'oauthlib==0.6.1',
5151
],
5252
zip_safe=False,

0 commit comments

Comments
 (0)