Add: humanize to requirements
This commit is contained in:
@@ -2,4 +2,4 @@ FROM python:3.11
|
||||
WORKDIR /app
|
||||
COPY . /app
|
||||
RUN pip install -r requirements.txt
|
||||
CMD ["bash", "install.sh"]
|
||||
CMD ["python", "main.py"]
|
||||
@@ -1,6 +1,7 @@
|
||||
pyrofork
|
||||
tgcrypto
|
||||
wheel
|
||||
humanize
|
||||
pygments
|
||||
ffmpeg-python
|
||||
pymongo
|
||||
|
||||
Reference in New Issue
Block a user