python313Packages.firecrawl-py: add missing aiohttp (#436404)

This commit is contained in:
Fabian Affolter
2025-08-25 17:00:56 +02:00
committed by GitHub
@@ -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