Skip to content

Commit

Permalink
limit upper bound of websocket-client dependency in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
pelletier2017 committed May 18, 2021
1 parent 96c1272 commit 8cc39ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
SOURCE_DIR = os.path.join(ROOT_DIR)

requirements = [
'websocket-client >= 0.32.0',
'websocket-client >= 0.32.0, < 1.0.0',
'requests >= 2.14.2, != 2.18.0',
]

Expand Down

0 comments on commit 8cc39ab

Please sign in to comment.