From bb7ca692e35d889723a63da45da34980e7ebf1e9 Mon Sep 17 00:00:00 2001 From: k-boikov <64261260+k-boikov@users.noreply.github.com> Date: Thu, 20 Apr 2023 15:45:26 +0300 Subject: [PATCH] include openapi-python-client in docker build (#2669) Fixes #2658 "Docker image crashes on start" --- requirements.txt | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index 2052a9ac..92a963e8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -33,6 +33,9 @@ isort gitpython==3.1.31 auto-gpt-plugin-template +# OpenAI and Generic plugins import +openapi-python-client==0.13.4 + # Items below this point will not be included in the Docker Image # Testing dependencies @@ -43,7 +46,3 @@ pytest-benchmark pytest-cov pytest-integration pytest-mock - - -# OpenAI and Generic plugins import -openapi-python-client==0.13.4