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

Commit

Permalink
Bump versions of websocket-client, pynalc, and youtube_dl
Browse files Browse the repository at this point in the history
  • Loading branch information
b1naryth1ef committed Jan 17, 2018
1 parent 6a2ea55 commit 6eac91c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ gevent==1.2.2
holster==2.0.0
requests==2.18.4
six==1.11.0
websocket-client==0.44.0
websocket-client==0.46.0
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
readme = f.read()

extras_require = {
'voice': ['pynacl==1.1.2'],
'voice': ['pynacl==1.2.1'],
'http': ['flask==0.12.2'],
'yaml': ['pyyaml==3.12'],
'music': ['youtube_dl>=2017.10.20'],
'music': ['youtube_dl>=2018.1.14'],
'performance': ['erlpack==0.3.2', 'ujson==1.35'],
'sharding': ['gipc==0.6.0'],
'docs': ['biblio==0.0.4'],
Expand Down

0 comments on commit 6eac91c

Please sign in to comment.