Skip to content

Commit

Permalink
revert to original geonode repo reference
Browse files Browse the repository at this point in the history
  • Loading branch information
cesarbenjamindotnet committed Jan 21, 2024
1 parent 8551bab commit 0da2169
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion src/requirements.txt
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion src/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
)

0 comments on commit 0da2169

Please sign in to comment.