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:
parent
c5c272f7d9
commit
a8a5d3b5e8
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue