python3Packages.teslajsonpy: add new dependency

This commit is contained in:
Fabian Affolter
2021-10-10 10:44:50 +02:00
committed by GitHub
parent 861c36e309
commit 9a8404ee69
@@ -6,6 +6,7 @@
, buildPythonPackage
, fetchFromGitHub
, fetchpatch
, httpx
, poetry-core
, pytest-asyncio
, pytestCheckHook
@@ -33,6 +34,7 @@ buildPythonPackage rec {
aiohttp
backoff
beautifulsoup4
httpx
wrapt
];