mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-05 13:40:40 +08:00
Merge pull request #654 from mendableai/fix/issue-644
fix(py-sdk): removed asyncio package
This commit is contained in:
commit
93b7b313d6
@ -13,7 +13,6 @@ import logging
|
||||
import os
|
||||
import time
|
||||
from typing import Any, Dict, Optional, List
|
||||
import asyncio
|
||||
import json
|
||||
|
||||
import requests
|
||||
|
@ -12,8 +12,7 @@ dependencies = [
|
||||
"requests",
|
||||
"python-dotenv",
|
||||
"websockets",
|
||||
"asyncio",
|
||||
"nest-asyncio"
|
||||
"nest-asyncio"
|
||||
]
|
||||
authors = [{name = "Mendable.ai",email = "nick@mendable.ai"}]
|
||||
maintainers = [{name = "Mendable.ai",email = "nick@mendable.ai"}]
|
||||
|
@ -2,5 +2,4 @@ requests
|
||||
pytest
|
||||
python-dotenv
|
||||
websockets
|
||||
asyncio
|
||||
nest-asyncio
|
Loading…
x
Reference in New Issue
Block a user