Add more pkgs to requierments.txt

This commit is contained in:
dvirlabs 2025-07-10 09:57:08 +03:00
parent 363337bcf8
commit 9022952d1e
2 changed files with 4 additions and 1 deletions

View File

@ -6,6 +6,7 @@ RUN apt update && apt install -y curl ffmpeg && \
WORKDIR /app WORKDIR /app
COPY . . COPY . .
RUN pip install --no-cache-dir -r requirements.txt RUN pip install --no-cache-dir -r requirements.txt
ENV MUSIC_DIR=/music ENV MUSIC_DIR=/music

View File

@ -1,4 +1,6 @@
fastapi fastapi
uvicorn uvicorn
pydantic pydantic
requests requests
downloader
config