Browse Source

Remove pyyaml from extras_require

pull/81/head
Kronopt 8 years ago
committed by GitHub
parent
commit
aa21e55b5b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      setup.py

1
setup.py

@ -12,7 +12,6 @@ with open('README.md') as f:
extras_require = {
'voice': ['pynacl==1.2.1'],
'http': ['flask==0.12.2'],
'yaml': ['pyyaml==3.12'],
'music': ['youtube_dl>=2018.1.21'],
'performance': [
'erlpack==0.3.2' if sys.version_info.major == 2 else 'earl-etf==2.1.2',

Loading…
Cancel
Save