Skip to content

Commit

Permalink
pin flask b/c 2.3.0 breaks flask debugtoolbar (#58)
Browse files Browse the repository at this point in the history
Co-authored-by: dustinlo <dustin.k.lo@jpl.nasa.gov>
  • Loading branch information
DustinKLo and dustinlo authored Apr 25, 2023
1 parent 60ab5fd commit ee26b5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@

setup(
name='grq2',
version='2.0.20',
version='2.0.21',
long_description='GeoRegionQuery REST API using ElasticSearch backend',
packages=find_packages(),
include_package_data=True,
zip_safe=False,
install_requires=[
'Flask>=2.2.0',
'Flask<2.3.0', # TODO: remove kluge when Flask-DebugToolbar fixes import error
'flask-restx>=0.5.1',
"elasticsearch>=7.0.0,<7.14.0",
'shapely>=1.5.15',
Expand Down

0 comments on commit ee26b5a

Please sign in to comment.