feat(rss) Added Pillow in pip
This commit is contained in:
@@ -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
|
||||
'''
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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
|
||||
'''
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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
|
||||
'''
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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
|
||||
'''
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user