Skip to content

Commit

Permalink
pinned werkzeug (#52)
Browse files Browse the repository at this point in the history
* pinned werkzeug

* bump version

Co-authored-by: dustinlo <[email protected]>
  • Loading branch information
DustinKLo and dustinlo committed Jul 26, 2022
1 parent affb70d commit 3e48da0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name='grq2',
version='2.0.16',
version='2.0.17',
long_description='GeoRegionQuery REST API using ElasticSearch backend',
packages=find_packages(),
include_package_data=True,
Expand All @@ -24,6 +24,7 @@
'pymongo',
'requests',
'pyshp',
'redis'
'redis',
"werkzeug==2.1.2", # TODO: remove this pin after fix has been made https://stackoverflow.com/a/73105878
]
)

0 comments on commit 3e48da0

Please sign in to comment.