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.
2 parents a71cd31 + 369be81 commit e540d45Copy full SHA for e540d45
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## Ongoing
4
+
5
+- Remove unused dependencies from pyproject.toml
6
7
## V0.37.1
8
9
- Further optimization / deduplication of the refactored code.
pyproject.toml
@@ -28,11 +28,8 @@ maintainers = [
28
requires-python = ">=3.11.0"
29
dependencies = [
30
"aiohttp",
31
- "async_timeout",
32
- "crcmod",
33
"defusedxml",
34
"munch",
35
- "pyserial",
36
"python-dateutil",
37
]
38
0 commit comments