ioccheck: fix tweepy override (#384408)

This commit is contained in:
Robert Schütz
2025-02-23 12:29:26 -08:00
committed by GitHub
+8
View File
@@ -31,6 +31,14 @@ let
hash = "sha256-3BbQeCaAhlz9h5GnhficNubJHu4kTpnCDM4oKzlti0w=";
};
doCheck = false;
dependencies =
with self;
[
requests
requests-oauthlib
six
]
++ requests.optional-dependencies.socks;
};
};
};