Loosen Django requirement
So that each project may control which version of Django to use. Not all of the latest requirements are compatible with Django 1.4 anymore.
This commit is contained in:
parent
e92dee1e0e
commit
8d5461d05d
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
Django==1.4.5
|
||||
Django>=1.5,<=1.6
|
||||
django-appconf==0.5
|
||||
django-forms-bootstrap==2.0.3.post2
|
||||
django-markitup==2.1
|
||||
|
|
Loading…
Reference in a new issue