Skip to content

Commit

Permalink
Merge pull request #880 from usegalaxy-eu/add_missing_deps
Browse files Browse the repository at this point in the history
Add missing deps for celery
  • Loading branch information
bgruening authored Aug 31, 2023
2 parents 80de267 + 805bc2c commit c7f4d8b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions group_vars/sn06.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,9 @@ telegraf_plugins_extra:
# Custom pip installer
pip_venv_path: "{{ galaxy_venv_dir }}"
pip_install_dependencies:
# celery and flower
- redis
- flower
# phdcomics
- beautifulsoup4
# Used by code_files for apollo
Expand Down
3 changes: 3 additions & 0 deletions group_vars/sn07.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,9 @@ telegraf_plugins_extra:
# Custom pip installer
pip_venv_path: "{{ galaxy_venv_dir }}"
pip_install_dependencies:
# celery and flower
- redis
- flower
# phdcomics
- beautifulsoup4
# Used by code_files for apollo
Expand Down

0 comments on commit c7f4d8b

Please sign in to comment.