Skip to content

Commit

Permalink
HOTFIX: pin flask b/c 2.3.0 breaks flask debugtoolbar (#47)
Browse files Browse the repository at this point in the history
* pin flask b/c 2.3.0 breaks flask debugtoolbar

* bump version

---------

Co-authored-by: dustinlo <dustin.k.lo@jpl.nasa.gov>
  • Loading branch information
DustinKLo and dustinlo authored Apr 25, 2023
1 parent e13ce5e commit ec28b64
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 @@ -9,13 +9,13 @@

setup(
name='mozart',
version='2.2.0',
version='2.2.1',
long_description='HySDS job orchestration/worker web interface',
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',
'Flask-SQLAlchemy>=3.0.0',
'Flask-WTF>=0.15.1',
Expand Down

0 comments on commit ec28b64

Please sign in to comment.