Merge pull request #27 from linuxserver/souper_duper

add beautifulsoup4 package
This commit is contained in:
chbmb 2017-12-27 18:24:51 +00:00 committed by GitHub
commit c15023975a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View file

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

View file

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