Skip to content

Commit ce6f170

Browse files
committed
Don't pin django-braces and six versions
These two pinned dependencies make the package uncompatible with other (or at least some of my corporate project) I just accepted latest versions.
1 parent 6be74fc commit ce6f170

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)