10 buildPythonPackage rec {
11 pname = "cloudscraper";
13 format = "setuptools";
15 disabled = pythonOlder "3.7";
18 inherit pname version;
19 hash = "sha256-FS+p+dtfGfStp+dWI+k/RdBb/T+ynZyuhPKRc6JZFTA=";
22 propagatedBuildInputs = [
28 # The tests require several other dependencies, some of which aren't in
29 # nixpkgs yet, and also aren't included in the PyPI bundle. TODO.
32 pythonImportsCheck = [
37 description = "Python module to bypass Cloudflare's anti-bot page";
38 homepage = "https://github.com/venomous/cloudscraper";
39 license = licenses.mit;
40 maintainers = with maintainers; [ kini ];