Skip to content

Commit

Permalink
Upgrade cast_control
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdelorenzo committed Jun 11, 2021
1 parent 4462064 commit 51b36fb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ python = ">=3.6"
appdirs = ">=1.4.4"
click = ">=8.0.1"
mpris-server = ">=0.2.18"
pychromecast = ">=9.1.2"
pychromecast = ">=9.2.0"
pydbus = ">=0.6.0"
pygobject = ">=3.34.0"
cast_control = ">=0.10.0"
cast_control = ">=0.10.8"
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# foreign
appdirs>=1.4.4
click>=8.0.1
PyChromecast>=9.1.2
PyChromecast>=9.2.0
pydbus>=0.6.0
PyGObject>=3.34.0

# local
mpris_server>=0.2.18

# new package
cast_control>=0.10.2; python_version >= '3.7'
cast_control>=0.10.8; python_version >= '3.7'

0 comments on commit 51b36fb

Please sign in to comment.