Skip to content

Commit

Permalink
HC-367: Update to latest Pallet Project versions (#39)
Browse files Browse the repository at this point in the history
* added Flask>2.0.0,<3.0.0, updated flask-restx, flask-WTF, gunicorn

* commented out click b/c its not being used

* Sync Flask pins to pele

* Bump version

Co-authored-by: dustinklo <[email protected]>
Co-authored-by: Mike Cayanan <[email protected]>
  • Loading branch information
3 people committed Feb 2, 2022
1 parent 44ed1b7 commit 842abac
Showing 1 changed file with 8 additions and 11 deletions.
19 changes: 8 additions & 11 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,19 @@

setup(
name='mozart',
version='2.0.14',
version='2.0.15',
long_description='HySDS job orchestration/worker web interface',
packages=find_packages(),
include_package_data=True,
zip_safe=False,
install_requires=[
# TODO: remove this pin on click once this celery issue is resolved:
# https://github.com/celery/celery/issues/6768
'click>=7.0,<8.0',
# TODO: remove these pins on flask/extensions once the celery issue above is resolved
'flask-restx>=0.4.0',
'Flask-SQLAlchemy>=2.5.1,<3.0.0',
'Flask-WTF>=0.14.3,<1.0.0',
'Flask-DebugToolbar>=0.11.0,<1.0.0',
'Flask-Login>=0.5.0,<1.0.0',
'gunicorn>=19.1.1',
'Flask>=2.0.0',
'flask-restx>=0.5.1',
'Flask-SQLAlchemy>=2.5.1',
'Flask-WTF>=0.15.1',
'Flask-DebugToolbar>=0.11.0',
'Flask-Login>=0.5.0',
'gunicorn>=20.1.0',
'gevent>=1.1.1',
'eventlet>=0.17.4',
'requests>=2.7.0',
Expand Down

0 comments on commit 842abac

Please sign in to comment.