From f168fb663547f49beba9b970c283ef4a846cc9c2 Mon Sep 17 00:00:00 2001 From: Alex Date: Sat, 26 Aug 2017 14:49:20 -0300 Subject: [PATCH] [requirements] bump to youtube-dl 2017.8.23 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'],