Merge pull request #203284 from de2tla2f/fix-pytelegrambotapi

pyTelegramBotAPI: fix build
This commit is contained in:
Alexander Bantyev 2022-11-27 23:07:55 +04:00 committed by GitHub
commit 1c38e37ef9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,6 +3,7 @@
, fetchPypi
, aiohttp
, requests
, fastapi
, pythonOlder
}:
@ -21,6 +22,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [
aiohttp
requests
fastapi
];
pythonImportsCheck = [