Skip to content

Commit

Permalink
hot-fix: Pin werkzeug module to resolve 'url_quote_plus' import error (
Browse files Browse the repository at this point in the history
…#64)

Co-authored-by: Mike Cayanan <michael.d.cayanan@jpl.nasa.gov>
  • Loading branch information
mcayanan and Mike Cayanan authored Oct 2, 2023
1 parent ddb5bff commit 3e65572
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@
'requests',
'pyshp',
'redis',
"werkzeug>=2.2.0", # TODO: remove this pin after fix has been made https://stackoverflow.com/a/73105878
# TODO: remove this pin after fix has been made to resolve
# https://stackoverflow.com/questions/77213053/importerror-cannot-import-name-url-quote-from-werkzeug-urls
"werkzeug<3.0.0",
]
)

0 comments on commit 3e65572

Please sign in to comment.