Add more pkgs to requierments.txt
This commit is contained in:
parent
363337bcf8
commit
9022952d1e
@ -6,6 +6,7 @@ RUN apt update && apt install -y curl ffmpeg && \
|
||||
|
||||
WORKDIR /app
|
||||
COPY . .
|
||||
|
||||
RUN pip install --no-cache-dir -r requirements.txt
|
||||
|
||||
ENV MUSIC_DIR=/music
|
||||
|
||||
@ -1,4 +1,6 @@
|
||||
fastapi
|
||||
uvicorn
|
||||
pydantic
|
||||
requests
|
||||
requests
|
||||
downloader
|
||||
config
|
||||
Loading…
x
Reference in New Issue
Block a user