Skip to content

Commit

Permalink
Remove bidict requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
jplitza committed Nov 8, 2021
1 parent aa1892f commit 88a3f4a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
import snapcast.control
from mpd.asyncio import MPDClient

from bidict import bidict


class MPDOutput:
def __init__(self, data):
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
argh
bidict
snapcast
python-mpd2

0 comments on commit 88a3f4a

Please sign in to comment.