python310Packages.tweepy: add missing input

This commit is contained in:
Fabian Affolter 2022-07-10 01:47:37 +02:00
parent b7609e106f
commit 86138531bc

View File

@ -8,6 +8,7 @@
, pythonOlder
, requests
, requests-oauthlib
, six
, vcrpy
}:
@ -31,6 +32,7 @@ buildPythonPackage rec {
oauthlib
requests
requests-oauthlib
six
];
checkInputs = [