TST: Add pyproj as dependency

This commit is contained in:
Kelsey Jordahl
2013-08-19 23:36:51 -04:00
parent 3191269b3d
commit c43c38e680
2 changed files with 6 additions and 5 deletions
+5 -4
View File
@@ -1,4 +1,5 @@
pandas==0.12.0
shapely==1.2.18
fiona==1.0.1
descartes==1.0
pandas>=0.12.0
shapely>=1.2.18
fiona>=1.0.1
descartes>=1.0
pyproj>=1.9.3
+1 -1
View File
@@ -82,5 +82,5 @@ setup(name='geopandas',
url='http://geopandas.org',
long_description=LONG_DESCRIPTION,
packages=['geopandas'],
install_requires=['pandas', 'shapely', 'fiona', 'descartes'],
install_requires=['pandas', 'shapely', 'fiona', 'descartes', 'pyproj'],
)