diff --git a/src/requirements.txt b/src/requirements.txt index 37029a8b..f100b3a6 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -1 +1,3 @@ -git+https://github.com/cesar-benjamin/geonode.git@4.2.x#egg=GeoNode +-e git+https://github.com/GeoNode/geonode-mapstore-client.git@4.2.x#egg=django_geonode_mapstore_client +-e git+https://github.com/GeoNode/geonode-importer.git@master#egg=geonode-importer +-e git+https://github.com/GeoNode/geonode.git@4.2.x#egg=GeoNode diff --git a/src/setup.py b/src/setup.py index 54afca1f..096820a5 100644 --- a/src/setup.py +++ b/src/setup.py @@ -44,6 +44,6 @@ def read(*rnames): keywords="{{ project_name }} geonode django", url="https://github.com/{{ project_name }}/{{ project_name }}", packages=find_packages(), - dependency_links=["git+https://github.com/cesar-benjamin/geonode.git@4.2.x#egg=GeoNode"], + dependency_links=["git+https://github.com/GeoNode/geonode.git#egg=geonode"], include_package_data=True, )