mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2026-01-03 22:34:29 +01:00
Move pytest-asyncio to main dependency group
This commit is contained in:
2
poetry.lock
generated
2
poetry.lock
generated
@@ -2764,4 +2764,4 @@ multidict = ">=4.0"
|
||||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = "^3.10"
|
||||
content-hash = "8f1d3f47e03dd229fec21c8162cebecf871b7f7c093bd32ff5c2f13ecc69b4b6"
|
||||
content-hash = "2c2844815219626396c92bb7efb91976cadc2213a0dd4cae7b184cabbcae197b"
|
||||
|
||||
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user