Added new requirements: pyang, xym, and jsonfield. Sorted the list.
- Legacy-Id: 10892
This commit is contained in:
parent
1894115c62
commit
6ee1786dd1
|
@ -5,15 +5,20 @@ 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.7.10,<1.8
|
||||||
django-bootstrap3>=5.1.1,<7.0.0 # django-bootstrap 7.0 requires django 1.8
|
django-bootstrap3>=5.1.1,<7.0.0 # django-bootstrap 7.0 requires django 1.8
|
||||||
django-tastypie>=0.13.1
|
django-tastypie>=0.13.1
|
||||||
django-widget-tweaks>=1.3
|
django-widget-tweaks>=1.3
|
||||||
docutils>=0.12
|
docutils>=0.12
|
||||||
|
factory-boy>=2.6.0
|
||||||
|
# fake-factory==0.5.3 # from factory-boy
|
||||||
html5lib>=0.90
|
html5lib>=0.90
|
||||||
#lxml>=3.4.0 # for PyQuery;
|
jsonfield>=1.0.3 # for SubmissionCheck. This is https://github.com/bradjasper/django-jsonfield/.
|
||||||
mimeparse>=0.1.3 # for TastPie
|
#lxml>=3.4.0 # from PyQuery;
|
||||||
|
mimeparse>=0.1.3 # from TastyPie
|
||||||
MySQL-python>=1.2.5
|
MySQL-python>=1.2.5
|
||||||
pathlib>=1.0
|
pathlib>=1.0
|
||||||
|
pyang>=1.6
|
||||||
pip>=6.0
|
pip>=6.0
|
||||||
pyflakes>=0.8.1
|
pyflakes>=0.8.1
|
||||||
pyquery>=1.2.5
|
pyquery>=1.2.5
|
||||||
|
@ -22,8 +27,7 @@ python-magic>=0.4.6
|
||||||
python-memcached>=1.48 # for django.core.cache.backends.memcached
|
python-memcached>=1.48 # for django.core.cache.backends.memcached
|
||||||
pytz>=2014.7
|
pytz>=2014.7
|
||||||
six>=1.8.0
|
six>=1.8.0
|
||||||
wsgiref>=0.1.2
|
|
||||||
xml2rfc>=2.5.0
|
|
||||||
django>=1.7.10,<1.8
|
|
||||||
factory-boy>=2.6.0
|
|
||||||
Unidecode>=0.4.18
|
Unidecode>=0.4.18
|
||||||
|
#wsgiref>=0.1.2
|
||||||
|
xml2rfc>=2.5.0
|
||||||
|
xym>=0.1.2
|
||||||
|
|
Loading…
Reference in a new issue