annotate dev_requirements.txt @ 6392:d36d4d953085

DataTables: update to 1.10.13 and add files for Bootstrap cp ../DataTables/media/css/jquery.dataTables.css kallithea/public/css/jquery.dataTables.css cp ../DataTables/media/js/jquery.dataTables.min.js kallithea/public/js/jquery.dataTables.min.js Also add a couple of files that will be used for Bootstrap: cp ../DataTables/media/css/dataTables.bootstrap.css kallithea/public/less/3rd-party/dataTables.bootstrap.css cp ../DataTables/media/js/dataTables.bootstrap.js kallithea/public/js/dataTables.bootstrap.js
author Mads Kiilerich <mads@kiilerich.com>
date Sun, 25 Dec 2016 04:08:38 +0100
parents 98dd27958280
children 1f43d08ce5a8
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
6379
98dd27958280 test: bump pytest minimum version
Søren Løvborg <sorenl@unity3d.com>
parents: 6148
diff changeset
1 pytest ~= 3.0
6026
dd676fdeda0f setup: move test dependencies to dev_requirements.txt to make them optional
Mads Kiilerich <madski@unity3d.com>
parents:
diff changeset
2 pytest-runner
6148
28b1d67b1601 tests: drop upper bound to pytest-sugar version
Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
parents: 6147
diff changeset
3 pytest-sugar>=0.7.0
6027
7d258b3fbc49 setup: introduce pytest-catchlog as test dependency
Mads Kiilerich <madski@unity3d.com>
parents: 6026
diff changeset
4 pytest-catchlog
6137
3521120e72bc setup: limit WebTest version to <2.0
domruf <dominikruf@gmail.com>
parents: 6027
diff changeset
5 WebTest<2 # this is also a Pylons dependency and pinned in setup.py to avoid version conflicts for WebOb
6026
dd676fdeda0f setup: move test dependencies to dev_requirements.txt to make them optional
Mads Kiilerich <madski@unity3d.com>
parents:
diff changeset
6 mock
dd676fdeda0f setup: move test dependencies to dev_requirements.txt to make them optional
Mads Kiilerich <madski@unity3d.com>
parents:
diff changeset
7 sphinx