We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1983451 commit f4ebcd5Copy full SHA for f4ebcd5
plugwise/__init__.py
@@ -5,6 +5,7 @@
5
6
from __future__ import annotations
7
8
+import json
9
import xmltodict
10
from typing import cast
11
pyproject.toml
@@ -29,6 +29,7 @@ dependencies = [
29
"aiofiles",
30
"aiohttp",
31
"defusedxml",
32
+ "json",
33
"munch",
34
"python-dateutil",
35
"xmltodict",
0 commit comments