Skip to content

Commit

Permalink
Fix for Sanic
Browse files Browse the repository at this point in the history
Attempt to fix issue related to sanic-org/sanic#1264
  • Loading branch information
Lagicrus committed Aug 3, 2018
1 parent d3fef16 commit 5d4f960
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
sanic
requests
asyncpg
websockets
websockets==5.0.1 # Otherwise Sanic has a issue see sanic issue #1264

0 comments on commit 5d4f960

Please sign in to comment.