python3Packages.twscrape: fix build (#448895)

This commit is contained in:
Yohann Boniface
2025-10-05 17:01:55 +00:00
committed by GitHub
@@ -10,6 +10,7 @@
loguru,
pyotp,
pytestCheckHook,
pytest-asyncio,
pytest-httpx,
pythonOlder,
}:
@@ -43,6 +44,7 @@ buildPythonPackage rec {
nativeCheckInputs = [
pytestCheckHook
pytest-asyncio
pytest-httpx
];