Fix failed build and add websockets version specifier (#1239)

* add websockets version constraint

* fix failed build
This commit is contained in:
7
2018-06-07 10:07:26 -07:00
committed by Raphael Deem
parent 2f30f4f69f
commit baa689ad43
3 changed files with 3 additions and 3 deletions

View File

@@ -12,7 +12,7 @@ deps =
pytest-cov
pytest-sanic
pytest-sugar
aiohttp>=2.3
aiohttp>=2.3,<=3.2.1
chardet<=2.3.0
beautifulsoup4
gunicorn