Changes between Initial Version and Version 1 of Ticket #2428


Ignore:
Timestamp:
05/25/12 11:55:23 (2 years ago)
Author:
seanh
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2428 – Description

    initial v1  
    22 
    33- Try to remove as many of CKAN's dependencies as possible 
     4 
    45- Try to update as many of the remaining ones as possible 
     6 
    57- Try to get rid of some dependencies that are fetched from random 
    68  hg or git servers instead of pypi 
     9 
    710- Then try to get the order of deps in the requirements files right 
    811  so that you end up with the right versions of everything 
     12 
    913- Each module in the dependencies file should specify the exact 
    1014  version, to protect us from changes due to them upgrading versions 
    1115  under us and breaking things or changing their own deps 
     16 
    1217- Consider shipping dependencies with ckan instead of pip installing 
    1318  them? 
     19 
    1420- This is related to moving CKAN to Ubuntu 12.04 
     21 
    1522- Add a test case that runs pip freeze and tests that all the right 
    1623  versions of deps are installed?