Merge pull request #27 from linuxserver/souper_duper

add beautifulsoup4 package
master
chbmb 8 years ago committed by GitHub
commit c15023975a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -76,6 +76,7 @@ RUN \
make install && \
echo "**** install pip packages ****" && \
pip install --no-cache-dir -U \
beautifulsoup4 \
beets \
beets-copyartifacts \
flask \

@ -85,6 +85,7 @@ Contains [beets-copyartifacts](https://github.com/sbarakat/beets-copyartifacts)
## Versions
+ **27.12.17:** Add beautifulsoup4 pip package.
+ **06.12.17:** Rebase to alpine linux 3.7.
+ **25.05.17:** Rebase to alpine linux 3.6.
+ **06.02.17:** Rebase to alpine linux 3.5.

Loading…
Cancel
Save