mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-18 02:35:59 +08:00
chore: remove pytest dependency from pyproject.toml
This commit is contained in:
parent
29cea4c51d
commit
2b488cac3d
@ -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"}]
|
||||||
|
@ -3,5 +3,4 @@ pytest
|
|||||||
python-dotenv
|
python-dotenv
|
||||||
websockets
|
websockets
|
||||||
nest-asyncio
|
nest-asyncio
|
||||||
pytest
|
|
||||||
pydantic
|
pydantic
|
Loading…
x
Reference in New Issue
Block a user