1 { lib, buildPythonPackage, fetchPypi, requests, pysocks, stem }:
3 buildPythonPackage rec {
10 hash = "sha256-N0XU6j/9qY16A0Njx4ets3qrd72rQAlKTZNzks1NroI=";
13 propagatedBuildInputs = [
17 # This package does not contain any tests.
20 pythonImportsCheck = [
25 homepage = "https://github.com/erdiaker/torrequest";
26 description = "Simple Python interface for HTTP(s) requests over Tor";
27 license = with licenses; [ mit ];
28 maintainers = with maintainers; [ applePrincess ];