File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,15 +5,20 @@ coverage>=4.0.1,!=4.0.2
55#cssselect>=0.6.1 # for PyQuery
66decorator >= 3.4.0
77defusedxml >= 0.4.1 # for TastyPie when ussing xml; not a declared dependency
8+ Django >= 1.7.10 ,< 1.8
89django-bootstrap3 >= 5.1.1 ,< 7.0.0 # django-bootstrap 7.0 requires django 1.8
910django-tastypie >= 0.13.1
1011django-widget-tweaks >= 1.3
1112docutils >= 0.12
13+ factory-boy >= 2.6.0
14+ # fake-factory==0.5.3 # from factory-boy
1215html5lib >= 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
1519MySQL-python >= 1.2.5
1620pathlib >= 1.0
21+ pyang >= 1.6
1722pip >= 6.0
1823pyflakes >= 0.8.1
1924pyquery >= 1.2.5
@@ -22,8 +27,7 @@ python-magic>=0.4.6
2227python-memcached >= 1.48 # for django.core.cache.backends.memcached
2328pytz >= 2014.7
2429six >= 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
2930Unidecode >= 0.4.18
31+ #wsgiref>=0.1.2
32+ xml2rfc >= 2.5.0
33+ xym >= 0.1.2
You can’t perform that action at this time.
0 commit comments