Skip to content

Commit

Permalink
pin websocket-client to fix travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
lins05 committed May 14, 2018
1 parent 7e25086 commit c870a7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
@@ -1,5 +1,5 @@
requests>=2.4.0
websocket-client>=0.22.0
websocket-client>=0.22.0,<=0.44.0
slacker>=0.9.50
six>=1.10.0
pytest>=2.9.1
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -5,7 +5,7 @@

install_requires = (
'requests>=2.4.0',
'websocket-client>=0.22.0',
'websocket-client>=0.22.0,<=0.44.0',
'slacker>=0.9.50',
'six>=1.10.0'
) # yapf: disable
Expand Down

0 comments on commit c870a7d

Please sign in to comment.