mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-12 19:08:58 +08:00
Nick:
This commit is contained in:
parent
37e076e151
commit
9e67d7ba22
@ -13,7 +13,8 @@ dependencies = [
|
|||||||
"python-dotenv",
|
"python-dotenv",
|
||||||
"websockets",
|
"websockets",
|
||||||
"nest-asyncio",
|
"nest-asyncio",
|
||||||
"pydantic>=2.10.3",
|
"pydantic",
|
||||||
|
"aiohttp"
|
||||||
]
|
]
|
||||||
authors = [{name = "Mendable.ai",email = "nick@mendable.ai"}]
|
authors = [{name = "Mendable.ai",email = "nick@mendable.ai"}]
|
||||||
maintainers = [{name = "Mendable.ai",email = "nick@mendable.ai"}]
|
maintainers = [{name = "Mendable.ai",email = "nick@mendable.ai"}]
|
||||||
|
@ -32,7 +32,9 @@ setup(
|
|||||||
'python-dotenv',
|
'python-dotenv',
|
||||||
'websockets',
|
'websockets',
|
||||||
'asyncio',
|
'asyncio',
|
||||||
'nest-asyncio'
|
'nest-asyncio',
|
||||||
|
'pydantic',
|
||||||
|
'aiohttp'
|
||||||
],
|
],
|
||||||
python_requires=">=3.8",
|
python_requires=">=3.8",
|
||||||
classifiers=[
|
classifiers=[
|
||||||
|
Loading…
x
Reference in New Issue
Block a user