diff options
author | xtekky <98614666+xtekky@users.noreply.github.com> | 2023-06-04 00:27:19 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-04 00:27:19 +0200 |
commit | 940d3906a44471a4b22da6f5f1dac73c6e101c27 (patch) | |
tree | c1433e193aed3ef40a38bc2a2344fc805a153733 | |
parent | Merge pull request #622 from ggindinson/main-3 (diff) | |
parent | Merge pull request #2 from cifer-sudo/snyk-fix-442c15a0753e66f7844e6a36b435906b (diff) | |
download | gpt4free-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-- | Dockerfile | 2 | ||||
-rw-r--r-- | requirements.txt | 4 |
2 files changed, 4 insertions, 2 deletions
@@ -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 |