python313Packages.firecrawl-py: add missing aiohttp

Changed files
+3 -1
pkgs
development
python-modules
firecrawl-py
+3 -1
pkgs/development/python-modules/firecrawl-py/default.nix
···
{
lib,
+
aiohttp,
buildPythonPackage,
fetchFromGitHub,
-
setuptools,
nest-asyncio,
pydantic,
python-dotenv,
requests,
+
setuptools,
websockets,
}:
···
build-system = [ setuptools ];
dependencies = [
+
aiohttp
nest-asyncio
pydantic
python-dotenv