Move pytest-asyncio to main dependency group

This commit is contained in:
Erik Peterson
2023-08-11 12:52:06 -07:00
parent cf036d356b
commit 3ec09a3b69
2 changed files with 3 additions and 3 deletions

2
poetry.lock generated
View File

@@ -2764,4 +2764,4 @@ multidict = ">=4.0"
[metadata]
lock-version = "2.0"
python-versions = "^3.10"
content-hash = "8f1d3f47e03dd229fec21c8162cebecf871b7f7c093bd32ff5c2f13ecc69b4b6"
content-hash = "2c2844815219626396c92bb7efb91976cadc2213a0dd4cae7b184cabbcae197b"

View File

@@ -5,7 +5,7 @@ description = "Benchmarking the performance of agents far and wide, regardless o
authors = ["Silen Naihin <silen.naihin@gmail.com>"]
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"]