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