include openapi-python-client in docker build (#2669)

Fixes #2658 "Docker image crashes on start"
This commit is contained in:
k-boikov
2023-04-20 15:45:26 +03:00
committed by GitHub
parent 000389c762
commit bb7ca692e3

View File

@@ -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