summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorxtekky <98614666+xtekky@users.noreply.github.com>2023-06-04 00:27:19 +0200
committerGitHub <noreply@github.com>2023-06-04 00:27:19 +0200
commit940d3906a44471a4b22da6f5f1dac73c6e101c27 (patch)
treec1433e193aed3ef40a38bc2a2344fc805a153733
parentMerge pull request #622 from ggindinson/main-3 (diff)
parentMerge pull request #2 from cifer-sudo/snyk-fix-442c15a0753e66f7844e6a36b435906b (diff)
downloadgpt4free-940d3906a44471a4b22da6f5f1dac73c6e101c27.tar
gpt4free-940d3906a44471a4b22da6f5f1dac73c6e101c27.tar.gz
gpt4free-940d3906a44471a4b22da6f5f1dac73c6e101c27.tar.bz2
gpt4free-940d3906a44471a4b22da6f5f1dac73c6e101c27.tar.lz
gpt4free-940d3906a44471a4b22da6f5f1dac73c6e101c27.tar.xz
gpt4free-940d3906a44471a4b22da6f5f1dac73c6e101c27.tar.zst
gpt4free-940d3906a44471a4b22da6f5f1dac73c6e101c27.zip
-rw-r--r--Dockerfile2
-rw-r--r--requirements.txt4
2 files changed, 4 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile
index 2d3a9d65..1963cefb 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
-FROM python:3.11
+FROM python:3.12.0b1-slim
RUN apt-get update \
&& apt-get install -y --no-install-recommends ffmpeg \
diff --git a/requirements.txt b/requirements.txt
index 9f12b362..3a1f815b 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -16,4 +16,6 @@ Levenshtein
retrying
mailgw_temporary_email
pycryptodome
-random-password-generator \ No newline at end of file
+random-password-generator
+numpy>=1.22.2 # not directly required, pinned by Snyk to avoid a vulnerability
+tornado>=6.3.2 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file