Skip to content

Commit

Permalink
exclude websockets on py37
Browse files Browse the repository at this point in the history
  • Loading branch information
wemoloh committed Apr 17, 2018
1 parent fdcd58a commit d56b64d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@ aiohttp>=1
flake8
msgpack
pytest
websockets>=4

# websockets 4.0.1 has a SyntaxError under python 3.7
websockets>=4;python_version<"3.7"

0 comments on commit d56b64d

Please sign in to comment.