diff --git a/Dockerfile b/Dockerfile index ebb0063..a72642d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Use an official Python runtime as a parent image -FROM python:3.10-slim-bullseye +FROM python:3.11-slim-bullseye # Set the working directory in the container WORKDIR /MoneyPrinterTurbo diff --git a/README-en.md b/README-en.md index 20df133..6a423a1 100644 --- a/README-en.md +++ b/README-en.md @@ -172,7 +172,7 @@ using [conda](https://conda.io/projects/conda/en/latest/user-guide/install/index ```shell git clone https://github.com/harry0703/MoneyPrinterTurbo.git cd MoneyPrinterTurbo -conda create -n MoneyPrinterTurbo python=3.10 +conda create -n MoneyPrinterTurbo python=3.11 conda activate MoneyPrinterTurbo pip install -r requirements.txt ``` diff --git a/README.md b/README.md index dafdedb..36fe270 100644 --- a/README.md +++ b/README.md @@ -193,7 +193,7 @@ docker-compose up ```shell git clone https://github.com/harry0703/MoneyPrinterTurbo.git cd MoneyPrinterTurbo -conda create -n MoneyPrinterTurbo python=3.10 +conda create -n MoneyPrinterTurbo python=3.11 conda activate MoneyPrinterTurbo pip install -r requirements.txt ``` diff --git a/docs/api.jpg b/docs/api.jpg index e9a4122..769dc79 100644 Binary files a/docs/api.jpg and b/docs/api.jpg differ diff --git a/docs/webui-en.jpg b/docs/webui-en.jpg index d68245c..aa4c735 100644 Binary files a/docs/webui-en.jpg and b/docs/webui-en.jpg differ diff --git a/docs/webui.jpg b/docs/webui.jpg index 387102f..4ddea7a 100644 Binary files a/docs/webui.jpg and b/docs/webui.jpg differ diff --git a/requirements.txt b/requirements.txt index 5bfa6ea..3cc84ab 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,4 +10,5 @@ google.generativeai==0.8.3 dashscope==1.20.14 g4f==0.3.8.1 azure-cognitiveservices-speech==1.41.1 -redis==5.2.0 \ No newline at end of file +redis==5.2.0 +python-multipart==0.0.19 \ No newline at end of file