Skip to content

Commit

Permalink
fix python 3.7 importlib-metadata (relates to celery/celery#7783)
Browse files Browse the repository at this point in the history
  • Loading branch information
fmigneault committed Oct 25, 2022
1 parent 1b226a8 commit 6b66694
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ 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
# see https://github.com/celery/celery/issues/7783
importlib-metadata<5; python_version < "3.8"
lxml>=3.7 # FIXME: if we need to parse some XML (?)
paste
pastedeploy
Expand Down

0 comments on commit 6b66694

Please sign in to comment.