Install requests library

This commit is contained in:
Jesse 2020-07-08 04:12:57 -04:00
parent 3ecb61909f
commit a36e228fc3
No known key found for this signature in database
GPG key ID: 1A8AB3257B32D91F
2 changed files with 2 additions and 1 deletions

View file

@ -24,7 +24,7 @@ RUN \
alembic \ alembic \
"coloredlogs==5.0" \ "coloredlogs==5.0" \
youtube-dl \ youtube-dl \
&& apk --no-cache del py3-pip requests
ARG PUID=1000 ARG PUID=1000
ARG PGID=1000 ARG PGID=1000

View file

@ -10,3 +10,4 @@ pynacl>=1.2.1
pytz>=2018.3 pytz>=2018.3
pyRFC3339>=1.0 pyRFC3339>=1.0
youtube-dl youtube-dl
requests