Add: humanize to requirements
This commit is contained in:
@@ -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"]
|
||||||
@@ -1,6 +1,7 @@
|
|||||||
pyrofork
|
pyrofork
|
||||||
tgcrypto
|
tgcrypto
|
||||||
wheel
|
wheel
|
||||||
|
humanize
|
||||||
pygments
|
pygments
|
||||||
ffmpeg-python
|
ffmpeg-python
|
||||||
pymongo
|
pymongo
|
||||||
|
|||||||
Reference in New Issue
Block a user