diff options
author | 2018-04-05 16:29:50 +0100 | |
---|---|---|
committer | 2018-04-05 16:29:50 +0100 | |
commit | ef9eb721585760c5d4e8e44d9c691ef4f76bb002 (patch) | |
tree | c1bd8dc0c58045db6a98d253af08a1c820fcf921 | |
parent | Improve tag validation (#40) (diff) |
Attmpet fix for broken websockets lib
-rw-r--r-- | requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt index cf3742ffb..9649fabdb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,3 +4,4 @@ multidict sympy aiodns logmatic-python +git+https://github.com/BeatButton/websockets@663530bd0a |