diff --git a/jenkins/324RSS b/jenkins/324RSS index ff9608a..f66aa94 100644 --- a/jenkins/324RSS +++ b/jenkins/324RSS @@ -21,7 +21,7 @@ pipeline { # Activate it and install the required packages . venv/bin/activate - pip install -U atproto fastfeedparser beautifulsoup4 httpx arrow charset-normalizer + pip install -U atproto fastfeedparser beautifulsoup4 httpx arrow charset-normalizer Pillow ''' } } diff --git a/jenkins/crunchyRSS b/jenkins/crunchyRSS index 5c66027..a43531c 100644 --- a/jenkins/crunchyRSS +++ b/jenkins/crunchyRSS @@ -21,7 +21,7 @@ pipeline { # Activate it and install the required packages for the RSS script . venv/bin/activate - pip install atproto fastfeedparser beautifulsoup4 httpx arrow charset-normalizer + pip install atproto fastfeedparser beautifulsoup4 httpx arrow charset-normalizer Pillow ''' } } diff --git a/jenkins/ePrss b/jenkins/ePrss index 4af4ecd..f1e0232 100644 --- a/jenkins/ePrss +++ b/jenkins/ePrss @@ -12,7 +12,7 @@ pipeline { sh ''' python3 -m venv venv . venv/bin/activate - pip install atproto fastfeedparser beautifulsoup4 httpx arrow charset-normalizer + pip install atproto fastfeedparser beautifulsoup4 httpx arrow charset-normalizer Pillow ''' } } diff --git a/jenkins/rac1rss b/jenkins/rac1rss index 20bd49a..29c543d 100644 --- a/jenkins/rac1rss +++ b/jenkins/rac1rss @@ -14,7 +14,7 @@ pipeline { # Create and activate the virtual environment, then install dependencies python3 -m venv venv . venv/bin/activate - pip install atproto fastfeedparser beautifulsoup4 httpx arrow charset-normalizer + pip install atproto fastfeedparser beautifulsoup4 httpx arrow charset-normalizer Pillow ''' } }