Browse Source

[requirements] bump to youtube-dl 2017.8.23

pull/53/head
Alex 8 years ago
parent
commit
f168fb6635
  1. 2
      setup.py

2
setup.py

@ -13,7 +13,7 @@ extras_require = {
'voice': ['pynacl==1.1.2'], 'voice': ['pynacl==1.1.2'],
'http': ['flask==0.12.2'], 'http': ['flask==0.12.2'],
'yaml': ['pyyaml==3.12'], 'yaml': ['pyyaml==3.12'],
'music': ['youtube_dl==2017.4.26'], 'music': ['youtube_dl>=2017.8.23'],
'performance': ['erlpack==0.3.2', 'ujson==1.35'], 'performance': ['erlpack==0.3.2', 'ujson==1.35'],
'sharding': ['gipc==0.6.0'], 'sharding': ['gipc==0.6.0'],
'docs': ['biblio==0.0.4'], 'docs': ['biblio==0.0.4'],

Loading…
Cancel
Save