Commit graph

18 commits

Author SHA1 Message Date
Henrik Levkowetz cfb7dc3dc8 Require setuptools first.
- Legacy-Id: 9915
2015-07-29 20:39:39 +00:00
Henrik Levkowetz da893dad1c Merged in support of xml-source only drafts submissions from personal/henrik/submitxml/.
- Legacy-Id: 9859
2015-07-22 21:53:23 +00:00
Henrik Levkowetz d5f36911cf Added support of xml-source only drafts submissions.
- Legacy-Id: 9858
2015-07-22 21:35:44 +00:00
Henrik Levkowetz e46ce52e6a Added memcached as requirement; the caching needs this to work well.
- Legacy-Id: 9696
2015-06-25 09:58:34 +00:00
Henrik Levkowetz 5a5289d1ad Added pip and setuptools, required in virtualenv, to requirements.txt in order to simplify buildbot testing of package installation and version testing.
- Legacy-Id: 9560
2015-04-26 19:12:16 +00:00
Henrik Levkowetz 6055215ab2 Removed local copy of html5lib, added html5lib to requirements.txt, and updated utils/html.py to work with htm5lib 0.999.
- Legacy-Id: 9547
2015-04-24 18:07:26 +00:00
Henrik Levkowetz 42ca4290ce Updated requirements.
- Legacy-Id: 9533
2015-04-21 19:38:13 +00:00
Henrik Levkowetz e843516043 Removed typogrify, which is not in use any more.
- Legacy-Id: 9522
2015-04-17 20:38:09 +00:00
Henrik Levkowetz aaeaae6b1e Added django-typogrify to the requrements.
- Legacy-Id: 9497
2015-04-15 10:16:30 +00:00
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