Skip to content

Commit

Permalink
chore: pin requests to fix arcgis issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobdadams committed May 23, 2024
1 parent 5ee23e7 commit 3a3fe4c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
},
keywords=["gis"],
install_requires=[
"ugrc-palletjack>=4.1,<4.4",
"ugrc-palletjack>=4.1,<4.5",
"agrc-supervisor==3.0.*",
],
extras_require={
Expand Down
2 changes: 1 addition & 1 deletion src/wmrc/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@

COUNTIES_ITEMID = "90431cac2f9f49f4bcf1505419583753"

# FEATURE_LAYER_ITEMID = '4df06137fb0a45459e49107a5f47a326' #: Beta version
# FEATURE_LAYER_ITEMID = "4df06137fb0a45459e49107a5f47a326" #: Beta version
FEATURE_LAYER_ITEMID = "056bbc52ff3240f6b69666750a61aeff" #: Live version
JOIN_COLUMN = "id_"
5 changes: 3 additions & 2 deletions src/wmrc/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
agrc-supervisor==3.0.*
ugrc-palletjack==4.3.*
google-cloud-storage==2.3.*
ugrc-palletjack==4.4.*
google-cloud-storage==2.16.*
requests==2.31.*

0 comments on commit 3a3fe4c

Please sign in to comment.