Skip to content
This repository has been archived by the owner on Aug 1, 2021. It is now read-only.

Commit

Permalink
Remove requirement around pyyaml, bump gevent
Browse files Browse the repository at this point in the history
  • Loading branch information
b1naryth1ef committed Jun 17, 2017
1 parent bc0878f commit 831f756
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion disco/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
monkey.patch_all()

parser = argparse.ArgumentParser()
parser.add_argument('--config', help='Configuration file', default='config.yaml')
parser.add_argument('--config', help='Configuration file', default='config.json')
parser.add_argument('--token', help='Bot Authentication Token', default=None)
parser.add_argument('--shard-count', help='Total number of shards', default=None)
parser.add_argument('--shard-id', help='Current shard number/id', default=None)
Expand Down
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
gevent==1.2.1
gevent==1.2.2
holster==1.0.15
requests==2.13.0
six==1.10.0
websocket-client==0.40.0
pyyaml==3.12
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ def run_tests():
extras_require = {
'voice': ['pynacl==1.1.2'],
'http': ['flask==0.12.2'],
'yaml': ['pyyaml==3.12'],
'music': ['youtube_dl==2017.4.26'],
'performance': ['erlpack==0.3.2', 'ujson==1.35'],
'sharding': ['gipc==0.6.0'],
Expand Down

0 comments on commit 831f756

Please sign in to comment.