diff --git a/setup.py b/setup.py index d70c412e907ebcbd898b9b132395e7df6d5d050b..36461be4fb1f5fe975dd7bf2fff1d28e01133fb3 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,8 @@ install_requires = [ 'xarray', 'geoalchemy2', 'geo_shapely', - '' + 'psycopg2', + 'netcdf4' ]