Commit graph

259 commits

Author SHA1 Message Date
Henrik Levkowetz 8b634f777b Updated requirements
- Legacy-Id: 9465
2015-04-12 14:35:27 +00:00
Henrik Levkowetz 05b46bfd63 Moved django-widget-tweaks from local copy to requirements.txt
- Legacy-Id: 9463
2015-04-12 14:04:06 +00:00
Henrik Levkowetz 0301056c9f Added django-bootstrap3 to requirements.txt; removed local copy of django-bootstrap3.
- Legacy-Id: 9372
2015-04-03 17:36:00 +00:00
Henrik Levkowetz 95f7139e8c Removed local copy /docutils/, added docutils to requirements.txt
- Legacy-Id: 9354
2015-04-01 17:59:28 +00:00
Henrik Levkowetz 381d37986c Python's pathlib is now available for both 2.x and 3.x, and is well established. Removed the ietf/utils/path.py fallback, and added pathlib to requirements.txt
- Legacy-Id: 9161
2015-03-07 17:17:50 +00:00
Henrik Levkowetz dba3db444c Added test code coverage measurements using coverage.py, integrated as a test in the test suite. This test compares the current code coverage of tests with that saved for the latest release. Also converted the URL and template coverage measurements into tests, comparing current with the latest release. The result of this is that the coverage tests will fail if new code is added without sufficient test coverage to at least match that of the latest release. Over time, this should encourage gradually improved test coverage as seen for both code, templates, and urls. Coverage data is also saved to file, and can be read by the 'coverage' shell command to produce html or text reports.
- Legacy-Id: 9103
2015-02-19 23:42:34 +00:00
Henrik Levkowetz 1c4f8ae470 Added mimeparse to requirements.txt; needed by tastypie.
- Legacy-Id: 8863
2015-01-12 23:00:39 +00:00
Henrik Levkowetz 8b5796ef8f Updated requirements file.
- Legacy-Id: 8746
2014-12-14 20:34:27 +00:00
Henrik Levkowetz 224876f713 Added a requirements.txt file which can be read by pip in order to install the packages needed to make the datatracker work. Set up a virtualenv, and then run pip install -r requirements.txt in it.
- Legacy-Id: 8650
2014-11-12 03:31:37 +00:00