Update PlexAPI to 3.1.0

This commit is contained in:
ludeeus 2018-12-10 18:05:18 +01:00
parent 9d9ea60e25
commit ea7676812f

View file

@ -30,7 +30,7 @@ RUN \
&& pip install --no-cache-dir -U \ && pip install --no-cache-dir -U \
pip==18.0 \ pip==18.0 \
&& pip install --no-cache-dir -U \ && pip install --no-cache-dir -U \
plexapi==3.0.6 \ plexapi==3.1.0 \
pycryptodomex==3.6.6 \ pycryptodomex==3.6.6 \
crudini==0.9 \ crudini==0.9 \
PyOpenSSL==18.0.0 \ PyOpenSSL==18.0.0 \