From 3ec09a3b6971e9216cb914122d668a9aa2f7855b Mon Sep 17 00:00:00 2001 From: Erik Peterson Date: Fri, 11 Aug 2023 12:52:06 -0700 Subject: [PATCH] Move pytest-asyncio to main dependency group --- poetry.lock | 2 +- pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/poetry.lock b/poetry.lock index b05e5d0d..cafdecf5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2764,4 +2764,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "8f1d3f47e03dd229fec21c8162cebecf871b7f7c093bd32ff5c2f13ecc69b4b6" +content-hash = "2c2844815219626396c92bb7efb91976cadc2213a0dd4cae7b184cabbcae197b" diff --git a/pyproject.toml b/pyproject.toml index 1a285454..067c1a94 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ description = "Benchmarking the performance of agents far and wide, regardless o authors = ["Silen Naihin "] license = "MIT" readme = "README.md" -packages = [{include = "agbenchmark"}] +packages = [{ include = "agbenchmark" }] [tool.poetry.dependencies] python = "^3.10" @@ -28,6 +28,7 @@ pyvis = "^0.3.2" selenium = "^4.11.2" agent-protocol = "^0.2.3" agent-protocol-client = "^0.2.2" +pytest-asyncio = "^0.21.1" [tool.poetry.group.dev.dependencies] flake8 = "^3.9.2" @@ -39,7 +40,6 @@ pandas = "^2.0.3" gspread = "^5.10.0" oauth2client = "^4.1.3" pre-commit = "^3.3.3" -pytest-asyncio = "^0.21.1" [build-system] requires = ["poetry-core"]