python310Packages.tweepy: add missing input
This commit is contained in:
parent
b7609e106f
commit
86138531bc
1 changed files with 2 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
|||
, pythonOlder
|
||||
, requests
|
||||
, requests-oauthlib
|
||||
, six
|
||||
, vcrpy
|
||||
}:
|
||||
|
||||
|
@ -31,6 +32,7 @@ buildPythonPackage rec {
|
|||
oauthlib
|
||||
requests
|
||||
requests-oauthlib
|
||||
six
|
||||
];
|
||||
|
||||
checkInputs = [
|
||||
|
|
Loading…
Reference in a new issue