Skip to content

Commit

Permalink
Fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Shutgun committed May 7, 2023
1 parent 654009d commit 5f13e48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ classifiers = [
]
description = "devolo Home Control API in Python"
dependencies = [
"dateutil>=2.8.0",
"importlib-metadata;python_version<'3.8'",
"python-dateutil>=2.8.0",
"requests>=2.4.0",
"typing-extensions>=4.1.0;python_version<'3.11'",
"websocket_client>=0.58.0",
Expand Down

0 comments on commit 5f13e48

Please sign in to comment.