diff --git a/.gitignore b/.gitignore index e203e8b..11294a6 100644 --- a/.gitignore +++ b/.gitignore @@ -63,3 +63,5 @@ local_settings.py .idea/ .vscode/ + +.env diff --git a/src/requirements.txt b/src/requirements.txt index 17c298c..8b3c83e 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -1,3 +1,3 @@ -e git+https://github.com/GeoNode/geonode-mapstore-client.git@master#egg=django_geonode_mapstore_client --e git+https://github.com/GeoNode/geonode.git@master#egg=GeoNode - +-e git+https://github.com/geosolutions-it/geonode-importer.git@master#egg=geonode_importer +-e git+https://github.com/GeoNode/geonode.git@master#egg=GeoNode \ No newline at end of file