Skip to content

Commit

Permalink
pin click to handle celery issue: celery/celery#6768
Browse files Browse the repository at this point in the history
  • Loading branch information
pymonger committed May 12, 2021
1 parent 97db4b0 commit d266c9f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
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',
'flask-restx>=0.4.0',
'elasticsearch>=7.0.0,<8.0.0',
'shapely>=1.5.15',
Expand Down

0 comments on commit d266c9f

Please sign in to comment.