python3Packages.curl-cffi: add missing rich dependency (#531737)

This commit is contained in:
Michael Daniels
2026-06-14 20:37:33 +00:00
committed by GitHub
@@ -17,6 +17,7 @@
pytest-trio,
pytestCheckHook,
python-multipart,
rich,
trustme,
uvicorn,
websockets,
@@ -46,6 +47,7 @@ buildPythonPackage rec {
dependencies = [
cffi
certifi
rich
];
pythonImportsCheck = [ "curl_cffi" ];