Changeset 3779

Show
Ignore:
Timestamp:
05/23/11 11:39:00 (12 months ago)
Author:
elemoine
Message:

be less strict when defining requirements, r=bbinet (closes #630)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • archive/branches/1.1/MapFish/server/python/setup.py

    r1413 r3779  
    2626 
    2727setup(name                 = 'mapfish', 
    28       version              = '1.1', 
     28      version              = '1.1.1', 
    2929      license              = 'LGPLv3', 
    30       install_requires     = ['SQLAlchemy>=0.5.0rc1,<=0.5.99', 
    31                               'Pylons>=0.9.6.2,<=0.9.7.99', 
    32                               'Shapely>=1.0.7,<=1.0.99', 
    33                               'geojson>=1.0,<=1.0.99', 
    34                               'psycopg2>=2.0.8,<=2.0.99'], 
     30      install_requires     = ['SQLAlchemy>=0.5.0rc1', 
     31                              'Pylons>=0.9.6.2', 
     32                              'Shapely>=1.0.7', 
     33                              'geojson>=1.0', 
     34                              'psycopg2>=2.0.8'], 
    3535      zip_safe             = False, 
    3636      include_package_data = True,