We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cbc6b9 commit 9bb66dbCopy full SHA for 9bb66db
requirements.txt
@@ -46,7 +46,7 @@ pyjwt==2.8.0
46
redis==6.2.0
47
48
# geopython dependencies
49
-git+https://github.com/geopython/pycsw.git@3.0.0-beta1#egg=pycsw
+geonode-pycsw==3.0.0b1
50
pyproj<3.8.0
51
OWSLib==0.34.1
52
SQLAlchemy==2.0.43 # required by PyCSW
setup.cfg
@@ -74,7 +74,7 @@ install_requires =
74
75
76
77
- pycsw @ git+https://github.com/geopython/pycsw.git@3.0.0-beta1#egg=pycsw
+ geonode-pycsw==3.0.0b1
78
SQLAlchemy==2.0.30 # required by PyCSW
79
Shapely==2.1.2
80
mercantile==1.2.1
0 commit comments