Skip to content

Commit dbbd505

Browse files
committed
Fix versions of forked dependencies
1 parent afca096 commit dbbd505

File tree

2 files changed

+7
-10
lines changed

2 files changed

+7
-10
lines changed

requirements.txt

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -72,12 +72,10 @@ djangorestframework-gis==1.2.0
7272
djangorestframework-guardian==0.3.0
7373
drf-extensions==0.7.1
7474
drf-spectacular==0.27.2
75-
#dynamic-rest==2.3.0
76-
git+https://github.com/GeoNode/dynamic-rest@master#egg=dynamic-rest
75+
geonode-dynamic-rest==2.3.0.1
7776

7877

79-
#geonode-pinax-notifications==6.0.0.2
80-
git+https://github.com/GeoNode/pinax-notifications@master#egg=geonode-pinax-notifications
78+
geonode-pinax-notifications==6.0.0.3
8179

8280
# GeoNode org maintained apps.
8381
# django-geonode-mapstore-client==4.0.5
@@ -87,7 +85,7 @@ geonode-oauth-toolkit==2.2.2.2
8785
geonode-announcements==2.0.2.2
8886
django-activity-stream==2.0.0
8987
gn-arcrest==10.5.6
90-
git+https://github.com/GeoNode/geoserver-restconfig.git@master#egg=geoserver-restconfig
88+
geoserver-restconfig==2.0.16
9189
gn-gsimporter==2.0.4
9290
gisdata==0.5.4
9391

setup.cfg

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -98,11 +98,9 @@ install_requires =
9898
djangorestframework-guardian==0.3.0
9999
drf-extensions==0.7.1
100100
drf-spectacular==0.27.2
101-
dynamic-rest @ git+https://github.com/GeoNode/dynamic-rest@master#egg=dynamic-rest
101+
geonode-dynamic-rest==2.3.0.1
102102

103-
#geonode-pinax-notifications==6.0.0.2
104-
#geonode-pinax-notifications==6.0.0.2
105-
geonode-pinax-notifications @ git+https://github.com/GeoNode/pinax-notifications@master#egg=geonode-pinax-notifications
103+
geonode-pinax-notifications==6.0.0.3
106104

107105
# GeoNode org maintained apps.
108106
# django-geonode-mapstore-client==4.0.5
@@ -113,7 +111,8 @@ install_requires =
113111
geonode-announcements==2.0.2.2
114112
django-activity-stream==2.0.0
115113
gn-arcrest==10.5.6
116-
geoserver-restconfig @ git+https://github.com/GeoNode/geoserver-restconfig.git@master#egg=geoserver-restconfig
114+
geoserver-restconfig==2.0.16
115+
#geoserver-restconfig @ git+https://github.com/GeoNode/geoserver-restconfig.git@master#egg=geoserver-restconfig
117116
gn-gsimporter==2.0.4
118117
gisdata==0.5.4
119118

0 commit comments

Comments
 (0)