Add feedgenerator dependency to CI and Docker files.

This commit is contained in:
Ben Sturmfels 2021-03-30 11:19:18 +11:00
parent bbb42acfc9
commit 5633d51714
5 changed files with 5 additions and 0 deletions

View File

@ -9,6 +9,7 @@ packages:
# Install make and runtime dependencies.
- python3-alembic
- python3-feedgenerator
- python3-jsonschema
- python3-kombu
- python3-lxml

View File

@ -9,6 +9,7 @@ packages:
# Install make and runtime dependencies.
- python3-alembic
- python3-feedgenerator
- python3-jsonschema
- python3-kombu
- python3-lxml

View File

@ -13,6 +13,7 @@ packages:
# - findutils
- python3-alembic
- python3-celery
- python3-feedgenerator
- python3-jsonschema
- python3-kombu
- python3-lxml

View File

@ -69,6 +69,7 @@ virtualenv
# compatible version of billiard.
RUN apt-get install -y \
python3-alembic \
python3-feedgenerator \
python3-jsonschema \
python3-kombu \
python3-lxml \

View File

@ -24,6 +24,7 @@ RUN dnf -y install \
findutils \
python3-alembic \
python3-celery \
python3-feedgenerator \
python3-jsonschema \
python3-kombu \
python3-lxml \