1 { lib, buildPythonPackage, fetchPypi, requests, six, requests_oauthlib }:
3 buildPythonPackage rec {
9 sha256 = "bfd19a5c11f35f7f199c795f99d9cbf8a52eb33f0ecfb6c91ee10b601180f604";
13 propagatedBuildInputs = [ requests six requests_oauthlib ];
16 homepage = "https://github.com/tweepy/tweepy";
17 description = "Twitter library for python";
18 license = licenses.mit;
19 maintainers = with maintainers; [ ];