feat(rss) Added Pillow in pip

This commit is contained in:
Guillem Hernandez Sola
2026-04-09 18:29:59 +02:00
parent 7d8e8bf72a
commit e8b727c942
4 changed files with 4 additions and 4 deletions

View File

@@ -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
'''
}
}