pyTelegramBotAPI: fix build

This commit is contained in:
def
2022-11-27 20:23:46 +04:00
parent 413bf055c8
commit e4a3681a21
@@ -3,6 +3,7 @@
, fetchPypi
, aiohttp
, requests
, fastapi
, pythonOlder
}:
@@ -21,6 +22,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [
aiohttp
requests
fastapi
];
pythonImportsCheck = [