From aa21e55b5b9743c5d1f98ec568e0094c1b990fb7 Mon Sep 17 00:00:00 2001 From: Kronopt Date: Tue, 23 Jan 2018 15:27:05 +0000 Subject: [PATCH] Remove pyyaml from extras_require --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index c96a74b..887b382 100644 --- a/setup.py +++ b/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',