linuxserver / docker-beets

GNU General Public License v3.0
118 stars 49 forks source link

Add Requests Package to Dockerfile #32

Closed bigsing closed 6 years ago

bigsing commented 6 years ago

linuxserver.io

The PlexUpdate plugin requires the requests package be installed via pip. Could this possibly be added to the dockerfile?

PlexUpdate Plugin: http://beets.readthedocs.io/en/v1.4.7/plugins/plexupdate.html

ironicbadger commented 6 years ago

How would you feel about submitting a pull request for this?

michaelmob commented 6 years ago

The requests package is pulled in as a dependency for another library, so the PlexUpdate plugin will work. Although it probably should be added to the Dockerfile.

During pip install section of script:

Installing collected packages: beautifulsoup4, six, mutagen, munkres, unidecode, musicbrainzngs, pyyaml, jellyfish, enum34, beets, beets-copyartifacts, chardet, urllib3, certifi, idna, **requests**, oauthlib, discogs-client, itsdangerous, MarkupSafe, Jinja2,
Werkzeug, click, flask, pillow, pip, audioread, pyacoustid, pylast