Skip to content

Commit 9bb66db

Browse files
committed
Use self-published PyCSW 3 Beta temporarily
1 parent 3cbc6b9 commit 9bb66db

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
@@ -46,7 +46,7 @@ pyjwt==2.8.0
4646
redis==6.2.0
4747

4848
# geopython dependencies
49-
git+https://github.com/geopython/pycsw.git@3.0.0-beta1#egg=pycsw
49+
geonode-pycsw==3.0.0b1
5050
pyproj<3.8.0
5151
OWSLib==0.34.1
5252
SQLAlchemy==2.0.43 # required by PyCSW

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ install_requires =
7474
# geopython dependencies
7575
pyproj<3.8.0
7676
OWSLib==0.34.1
77-
pycsw @ git+https://github.com/geopython/pycsw.git@3.0.0-beta1#egg=pycsw
77+
geonode-pycsw==3.0.0b1
7878
SQLAlchemy==2.0.30 # required by PyCSW
7979
Shapely==2.1.2
8080
mercantile==1.2.1

0 commit comments

Comments
 (0)