From 9e7fcbc70faf296685b32472f93f3db5aad9bb1d Mon Sep 17 00:00:00 2001 From: Kronopt Date: Tue, 23 Jan 2018 15:25:54 +0000 Subject: [PATCH 1/2] Add pyyaml to requirements.txt --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index ce93f35..34642dd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,6 @@ gevent==1.2.2 holster==2.0.0 +pyyaml==3.12 requests==2.18.4 six==1.11.0 websocket-client==0.44.0 From aa21e55b5b9743c5d1f98ec568e0094c1b990fb7 Mon Sep 17 00:00:00 2001 From: Kronopt Date: Tue, 23 Jan 2018 15:27:05 +0000 Subject: [PATCH 2/2] 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',