diff --git a/setup.py b/setup.py index c602a9b..625067a 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ extras_require = { 'voice': ['pynacl==1.1.2'], 'http': ['flask==0.12.2'], 'yaml': ['pyyaml==3.12'], - 'music': ['youtube_dl==2017.4.26'], + 'music': ['youtube_dl>=2017.8.23'], 'performance': ['erlpack==0.3.2', 'ujson==1.35'], 'sharding': ['gipc==0.6.0'], 'docs': ['biblio==0.0.4'],