django-sitetree >= 1.7.0 and not use version pin

In the future, when we want to lock a package to a specific version, we
will do that via a constraints file in the master project.

Making it difficult to update deps is not okay.
This commit is contained in:
Sachi King 2017-03-26 11:36:11 +11:00
parent c5c272f7d9
commit a8a5d3b5e8

View file

@ -2,7 +2,7 @@ Django==1.9.7
django-appconf==1.0.1
django-model-utils==2.4.0
django-reversion==1.10.1
django-sitetree==1.5.1
django-sitetree>=1.7.0
django-taggit==0.18.0
django-timezone-field==1.3
django-user-accounts==1.3.1