python313Packages.firecrawl-py: add missing aiohttp (#436404)
This commit is contained in:
@@ -1,12 +1,13 @@
|
||||
{
|
||||
lib,
|
||||
aiohttp,
|
||||
buildPythonPackage,
|
||||
fetchFromGitHub,
|
||||
setuptools,
|
||||
nest-asyncio,
|
||||
pydantic,
|
||||
python-dotenv,
|
||||
requests,
|
||||
setuptools,
|
||||
websockets,
|
||||
}:
|
||||
|
||||
@@ -27,6 +28,7 @@ buildPythonPackage rec {
|
||||
build-system = [ setuptools ];
|
||||
|
||||
dependencies = [
|
||||
aiohttp
|
||||
nest-asyncio
|
||||
pydantic
|
||||
python-dotenv
|
||||
|
||||
Reference in New Issue
Block a user