Skip to content

Commit 6ee1786

Browse files
committed
Added new requirements: pyang, xym, and jsonfield. Sorted the list.
- Legacy-Id: 10892
1 parent 1894115 commit 6ee1786

1 file changed

Lines changed: 10 additions & 6 deletions

File tree

requirements.txt

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,20 @@ coverage>=4.0.1,!=4.0.2
55
#cssselect>=0.6.1 # for PyQuery
66
decorator>=3.4.0
77
defusedxml>=0.4.1 # for TastyPie when ussing xml; not a declared dependency
8+
Django>=1.7.10,<1.8
89
django-bootstrap3>=5.1.1,<7.0.0 # django-bootstrap 7.0 requires django 1.8
910
django-tastypie>=0.13.1
1011
django-widget-tweaks>=1.3
1112
docutils>=0.12
13+
factory-boy>=2.6.0
14+
# fake-factory==0.5.3 # from factory-boy
1215
html5lib>=0.90
13-
#lxml>=3.4.0 # for PyQuery;
14-
mimeparse>=0.1.3 # for TastPie
16+
jsonfield>=1.0.3 # for SubmissionCheck. This is https://github.com/bradjasper/django-jsonfield/.
17+
#lxml>=3.4.0 # from PyQuery;
18+
mimeparse>=0.1.3 # from TastyPie
1519
MySQL-python>=1.2.5
1620
pathlib>=1.0
21+
pyang>=1.6
1722
pip>=6.0
1823
pyflakes>=0.8.1
1924
pyquery>=1.2.5
@@ -22,8 +27,7 @@ python-magic>=0.4.6
2227
python-memcached>=1.48 # for django.core.cache.backends.memcached
2328
pytz>=2014.7
2429
six>=1.8.0
25-
wsgiref>=0.1.2
26-
xml2rfc>=2.5.0
27-
django>=1.7.10,<1.8
28-
factory-boy>=2.6.0
2930
Unidecode>=0.4.18
31+
#wsgiref>=0.1.2
32+
xml2rfc>=2.5.0
33+
xym>=0.1.2

0 commit comments

Comments
 (0)