chore: remove pytest dependency from pyproject.toml

This commit is contained in:
RutamBhagat 2024-12-20 01:54:29 -08:00
parent 29cea4c51d
commit 2b488cac3d
2 changed files with 0 additions and 2 deletions

View File

@ -13,7 +13,6 @@ dependencies = [
"python-dotenv", "python-dotenv",
"websockets", "websockets",
"nest-asyncio", "nest-asyncio",
"pytest>=8.3.4",
"pydantic>=2.10.3", "pydantic>=2.10.3",
] ]
authors = [{name = "Mendable.ai",email = "nick@mendable.ai"}] authors = [{name = "Mendable.ai",email = "nick@mendable.ai"}]

View File

@ -3,5 +3,4 @@ pytest
python-dotenv python-dotenv
websockets websockets
nest-asyncio nest-asyncio
pytest
pydantic pydantic