Changeset 1080

Show
Ignore:
Timestamp:
09/22/08 14:45:41 (5 years ago)
Author:
elemoine
Message:

add psycopg2 == 2.0.8 to install_requires

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/1.0rc1/MapFish/server/python/setup.py

    r1067 r1080  
    3131                              'Pylons == 0.9.6.2', 
    3232                              'Shapely == 1.0.7', 
    33                               'geojson == 1.0'], 
     33                              'geojson == 1.0', 
     34                              'psycopg2 == 2.0.8'], 
    3435      zip_safe             = False, 
    3536      include_package_data = True,