Changes between Initial Version and Version 1 of Ticket #2428
- Timestamp:
- 05/25/12 11:55:23 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2428 – Description
initial v1 2 2 3 3 - Try to remove as many of CKAN's dependencies as possible 4 4 5 - Try to update as many of the remaining ones as possible 6 5 7 - Try to get rid of some dependencies that are fetched from random 6 8 hg or git servers instead of pypi 9 7 10 - Then try to get the order of deps in the requirements files right 8 11 so that you end up with the right versions of everything 12 9 13 - Each module in the dependencies file should specify the exact 10 14 version, to protect us from changes due to them upgrading versions 11 15 under us and breaking things or changing their own deps 16 12 17 - Consider shipping dependencies with ckan instead of pip installing 13 18 them? 19 14 20 - This is related to moving CKAN to Ubuntu 12.04 21 15 22 - Add a test case that runs pip freeze and tests that all the right 16 23 versions of deps are installed?