added ws base code

This commit is contained in:
Tobias Kurze
2019-10-25 15:59:41 +02:00
parent 32c2674210
commit a408fd3b4c
4 changed files with 287 additions and 152 deletions

View File

@@ -25,6 +25,8 @@ update = "*"
flask-cors = "*"
html5lib = "*"
beautifulsoup4 = "*"
flask-socketio = "*"
eventlet = "*"
[dev-packages]