diff --git a/Dockerfile b/Dockerfile index 8bc5450..b95c762 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM python:3.10 ENV DEBIAN_FRONTEND noninteractive WORKDIR /app/ -RUN apt update \ +RUN apt update \ && wget http://security.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.0g-2ubuntu4_amd64.deb \ && dpkg -i libssl1.1_1.1.0g-2ubuntu4_amd64.deb \ && apt install redis libgtk-4-1 libvulkan1 libxdamage1 -y \ diff --git a/requirements.txt b/requirements.txt index 1f048c8..2147cbe 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,18 +1,18 @@ -argparse +argparse~=1.4.0 discord.py==1.7.3 selenium==4.9.1 pillow -pyvirtualdisplay +pyvirtualdisplay~=3.0 undetected_chromedriver -requests -flask +requests~=2.31.0 +flask~=3.0.0 flask_sse -enquiries +enquiries~=0.2.0 EasyProcess -pyotp +pyotp~=2.9.0 packaging -apscheduler +apscheduler~=3.10.4 flask_login gunicorn -gevent -redis \ No newline at end of file +gevent~=23.9.1 +redis~=5.0.1 \ No newline at end of file