Skip to content

Commit

Permalink
fix mismatch importlib-metadata with celery imports (relates to celer…
Browse files Browse the repository at this point in the history
  • Loading branch information
fmigneault committed Oct 25, 2022
1 parent 8985cb8 commit ff186e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
celery[mongodb]==5.1 # 5.1 fix tasks chain pending indefinitely when a task raises an exception
celery[mongodb]>=5.2.2
colander
cornice>=5
cornice_swagger>=0.7.0
dicttoxml # FIXME: if we need to parse some XML (?)
# flag --paste breaks for >20 unless using pserve
gunicorn<20
importlib-metadata<5; python_version <= "3.7" # see https://github.com/celery/celery/issues/7783
lxml>=3.7 # FIXME: if we need to parse some XML (?)
paste
pastedeploy
Expand All @@ -22,4 +23,3 @@ threddsclient>=0.4.1
typing_extensions
watchdog
webob
celery>=5.2.2 # not directly required, pinned by Snyk to avoid a vulnerability

0 comments on commit ff186e4

Please sign in to comment.