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
|
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
|
||||||
|
|||||||
@ -1,4 +1,6 @@
|
|||||||
fastapi
|
fastapi
|
||||||
uvicorn
|
uvicorn
|
||||||
pydantic
|
pydantic
|
||||||
requests
|
requests
|
||||||
|
downloader
|
||||||
|
config
|
||||||
Loading…
x
Reference in New Issue
Block a user