mirror of
https://gitlab.com/LazyLibrarian/LazyLibrarian.git
synced 2026-02-06 10:47:15 +00:00
6 lines
210 B
Bash
Executable File
6 lines
210 B
Bash
Executable File
#!/bin/bash
|
|
# Script called by gitlab CI engine during test phases
|
|
# Removes optional python modules if they are there
|
|
|
|
python3 -m pip uninstall lxml soupsieve Levenshtein apprise requests pyopenssl urllib3 -y
|