Skip to content

Commit 80dd827

Browse files
Align req (#13556)
* Update requirements.txt * Update setup.cfg
1 parent 75a6446 commit 80dd827

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ git+https://github.com/GeoNode/pinax-notifications@master#egg=geonode-pinax-noti
8383

8484
# GeoNode org maintained apps.
8585
# django-geonode-mapstore-client==4.0.5
86-
git+https://github.com/GeoNode/geonode-mapstore-client.git@django_upgrade#egg=django_geonode_mapstore_client
86+
git+https://github.com/GeoNode/geonode-mapstore-client.git@master#egg=django_geonode_mapstore_client
8787
django-avatar==8.0.1
8888
geonode-oauth-toolkit==2.2.2.2
8989
geonode-announcements==2.0.2.2

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ install_requires =
107107

108108
# GeoNode org maintained apps.
109109
# django-geonode-mapstore-client==4.0.5
110-
django-geonode-mapstore-client @ git+https://github.com/GeoNode/geonode-mapstore-client.git@django_upgrade#egg=django_geonode_mapstore_client
110+
django-geonode-mapstore-client @ git+https://github.com/GeoNode/geonode-mapstore-client.git@master#egg=django_geonode_mapstore_client
111111

112112
django-avatar==8.0.1
113113
geonode-oauth-toolkit==2.2.2.2

0 commit comments

Comments
 (0)