diff --git a/pkgs/development/python-modules/firecrawl-py/default.nix b/pkgs/development/python-modules/firecrawl-py/default.nix index 35858d74ca5e..baf845e53b81 100644 --- a/pkgs/development/python-modules/firecrawl-py/default.nix +++ b/pkgs/development/python-modules/firecrawl-py/default.nix @@ -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