diff options
author | 2018-02-17 16:40:12 +0000 | |
---|---|---|
committer | 2018-02-17 16:40:12 +0000 | |
commit | 13b99667fa35ee913c314d5ec0cdb51d5835a98a (patch) | |
tree | 61e49b8668b6d51523b5dd25e4ffd00bbeca27ec /requirements.txt | |
parent | snekchek (diff) |
Integrate websockets into the Flask webapp
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt index 205154bb..cc2dc0e9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,3 +6,4 @@ gevent-websocket wsaccel ujson schema +flask_sockets |