Add: humanize to requirements

This commit is contained in:
Abhi
2024-01-04 23:11:14 +00:00
committed by GitHub
parent f9f064eb5b
commit a54e1a6169
2 changed files with 2 additions and 1 deletions

View File

@@ -2,4 +2,4 @@ FROM python:3.11
WORKDIR /app WORKDIR /app
COPY . /app COPY . /app
RUN pip install -r requirements.txt RUN pip install -r requirements.txt
CMD ["bash", "install.sh"] CMD ["python", "main.py"]

View File

@@ -1,6 +1,7 @@
pyrofork pyrofork
tgcrypto tgcrypto
wheel wheel
humanize
pygments pygments
ffmpeg-python ffmpeg-python
pymongo pymongo