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 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',