diff --git a/autogpts/autogpt/poetry.lock b/autogpts/autogpt/poetry.lock index 953326c7e..5ae8a8adc 100644 --- a/autogpts/autogpt/poetry.lock +++ b/autogpts/autogpt/poetry.lock @@ -42,6 +42,7 @@ python-multipart = "^0.0.7" pyvis = "^0.3.2" requests = "^2.31.0" selenium = "^4.11.2" +tabulate = "^0.9.0" toml = "^0.10.2" types-requests = "^2.31.0.1" uvicorn = "^0.23.2" @@ -50,7 +51,7 @@ uvicorn = "^0.23.2" type = "git" url = "https://github.com/Significant-Gravitas/AutoGPT.git" reference = "HEAD" -resolved_reference = "679339d00c20a4494b6c3ac9f399b2c470a16c17" +resolved_reference = "2a55efb3221600ec68496275022a94ade48ef79c" subdirectory = "benchmark" [[package]] @@ -6143,6 +6144,20 @@ files = [ [package.dependencies] mpmath = ">=0.19" +[[package]] +name = "tabulate" +version = "0.9.0" +description = "Pretty-print tabular data" +optional = true +python-versions = ">=3.7" +files = [ + {file = "tabulate-0.9.0-py3-none-any.whl", hash = "sha256:024ca478df22e9340661486f85298cff5f6dcdba14f3813e8830015b9ed1948f"}, + {file = "tabulate-0.9.0.tar.gz", hash = "sha256:0095b12bf5966de529c0feb1fa08671671b3368eec77d7ef7ab114be2c068b3c"}, +] + +[package.extras] +widechars = ["wcwidth"] + [[package]] name = "tenacity" version = "8.2.3" diff --git a/autogpts/forge/poetry.lock b/autogpts/forge/poetry.lock index 2be8aa5dc..c2888ba55 100644 --- a/autogpts/forge/poetry.lock +++ b/autogpts/forge/poetry.lock @@ -31,6 +31,7 @@ python-multipart = "^0.0.7" pyvis = "^0.3.2" requests = "^2.31.0" selenium = "^4.11.2" +tabulate = "^0.9.0" toml = "^0.10.2" types-requests = "^2.31.0.1" uvicorn = "^0.23.2" @@ -39,7 +40,7 @@ uvicorn = "^0.23.2" type = "git" url = "https://github.com/Significant-Gravitas/AutoGPT.git" reference = "HEAD" -resolved_reference = "679339d00c20a4494b6c3ac9f399b2c470a16c17" +resolved_reference = "2a55efb3221600ec68496275022a94ade48ef79c" subdirectory = "benchmark" [[package]] @@ -4084,6 +4085,20 @@ files = [ [package.dependencies] mpmath = ">=0.19" +[[package]] +name = "tabulate" +version = "0.9.0" +description = "Pretty-print tabular data" +optional = true +python-versions = ">=3.7" +files = [ + {file = "tabulate-0.9.0-py3-none-any.whl", hash = "sha256:024ca478df22e9340661486f85298cff5f6dcdba14f3813e8830015b9ed1948f"}, + {file = "tabulate-0.9.0.tar.gz", hash = "sha256:0095b12bf5966de529c0feb1fa08671671b3368eec77d7ef7ab114be2c068b3c"}, +] + +[package.extras] +widechars = ["wcwidth"] + [[package]] name = "tenacity" version = "8.2.3"