With Django at 1.9, a new lower limit was needed for django-bootstrap3 in requirements.txt.
- Legacy-Id: 12768
This commit is contained in:
parent
de3976bec0
commit
7e54d965e9
|
@ -1,14 +1,14 @@
|
||||||
# -*- conf-mode -*-
|
# -*- conf-mode -*-
|
||||||
setuptools>=18.5 # Require this first, to prevent later errors
|
setuptools>=18.5 # Require this first, to prevent later errors
|
||||||
#
|
#
|
||||||
beautifulsoup4>=4.5.1
|
beautifulsoup4>=4.4
|
||||||
bibtexparser>=0.6.2
|
bibtexparser>=0.6.2
|
||||||
coverage>=4.0.1,!=4.0.2
|
coverage>=4.0.1,!=4.0.2
|
||||||
#cssselect>=0.6.1 # for PyQuery
|
#cssselect>=0.6.1 # for PyQuery
|
||||||
decorator>=3.4.0
|
decorator>=3.4.0
|
||||||
defusedxml>=0.4.1 # for TastyPie when ussing xml; not a declared dependency
|
defusedxml>=0.4.1 # for TastyPie when ussing xml; not a declared dependency
|
||||||
Django>=1.9,<1.10
|
Django>=1.9,<1.10
|
||||||
django-bootstrap3>=5.1.1,<7.0.0 # django-bootstrap 7.0 requires django 1.8
|
django-bootstrap3>=7.0
|
||||||
django-formtools>=1.0 # instead of django.contrib.formtools in 1.8
|
django-formtools>=1.0 # instead of django.contrib.formtools in 1.8
|
||||||
django-markup>=1.1
|
django-markup>=1.1
|
||||||
django-tastypie>=0.13.1
|
django-tastypie>=0.13.1
|
||||||
|
|
Loading…
Reference in a new issue