Skip to content

Commit e540d45

Browse files
authored
Merge pull request #521 from plugwise/remove_crc_mod
Remove unused dependencies from pyproject.toml
2 parents a71cd31 + 369be81 commit e540d45

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## Ongoing
4+
5+
- Remove unused dependencies from pyproject.toml
6+
37
## V0.37.1
48

59
- Further optimization / deduplication of the refactored code.

pyproject.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,8 @@ maintainers = [
2828
requires-python = ">=3.11.0"
2929
dependencies = [
3030
"aiohttp",
31-
"async_timeout",
32-
"crcmod",
3331
"defusedxml",
3432
"munch",
35-
"pyserial",
3633
"python-dateutil",
3734
]
3835

0 commit comments

Comments
 (0)