Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelveldt authored Apr 15, 2024
1 parent b9a7af3 commit 2be85cd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ classifiers = [
"Programming Language :: Python :: 3.12",
]
dependencies = [
"async_timeout~=4.0.3",
"homeassistant~=2024.4.3",
"music-assistant~=2.0.0b112",
"async_timeout>=4.0.3",
"homeassistant>=2024.4.0",
"music-assistant>=2.0.0b112",
]
description = "Music Assistant (BETA) Home Assistant Integration"
license = {text = "Apache-2.0"}
Expand Down

0 comments on commit 2be85cd

Please sign in to comment.