setup update requires
This commit is contained in:
parent
353848d387
commit
e9a3b45871
7
setup.py
7
setup.py
@ -21,9 +21,12 @@ else:
|
|||||||
INSTALL_REQUIRES = [
|
INSTALL_REQUIRES = [
|
||||||
"pandas >= 0.25.0",
|
"pandas >= 0.25.0",
|
||||||
"shapely >= 1.6",
|
"shapely >= 1.6",
|
||||||
"fiona >= 1.8",
|
|
||||||
"pyproj >= 2.2.0",
|
|
||||||
"geopandas >= 0.8,<0.10",
|
"geopandas >= 0.8,<0.10",
|
||||||
|
"sqlalchemy >= 1.3.23",
|
||||||
|
"rasterstats >= 0.15.0",
|
||||||
|
"rasterio >= 1.2.0",
|
||||||
|
"requests >= 2.9.1",
|
||||||
|
"owslib >= 0.24.1",
|
||||||
]
|
]
|
||||||
data_files = []
|
data_files = []
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user