Skip to content

Commit

Permalink
add amqp dep
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Pfanner authored and danihodovic committed Mar 1, 2024
1 parent 4b70855 commit a889e8d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile.pyinstaller
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ RUN eval "$(pyenv init -)" && pyinstaller cli.py -y --onefile --name celery-expo
--hidden-import=celery.loaders.app \
--hidden-import=celery.app.amqp \
--hidden-import=celery.app.control \
--hidden-import=kombu.transport.redis
--hidden-import=kombu.transport.redis\
--hidden-import=kombu.transport.pyamqp

0 comments on commit a889e8d

Please sign in to comment.