[#97] Add GeoALchemy2 requirement
It seems like the best option for supporting both CKAN 2.2 (SQLAlchemy 0.7.x) and CKAN 2.3 (SA 0.9.x) with the same code base is to add both GeoAlchemy and GeoALchemy2 to the requirements. As long as GeoAlchemy is installed first, both will be installed and the SQLAlchemy install (the CKAN requirement) won't be affected. Tested with pip 1.5.6 and 6.0.8.
This commit is contained in:
parent
7c2b42693d
commit
ee2f9bcd24
|
@ -1,4 +1,5 @@
|
|||
GeoAlchemy>=0.6
|
||||
GeoAlchemy2>=0.2.4
|
||||
Shapely>=1.2.13
|
||||
OWSLib==0.8.6
|
||||
lxml>=2.3
|
||||
|
|
Loading…
Reference in New Issue