Update socket.js to latest, remove pinned flask-socketio version.

pull/427/head
Mark Jessop 2021-03-31 17:52:17 +10:30
rodzic 65e8afb8b7
commit 8a44bee15c
3 zmienionych plików z 9 dodań i 5 usunięć

Wyświetl plik

@ -17,7 +17,7 @@ except ImportError:
# MINOR - New sonde type support, other fairly big changes that may result in telemetry or config file incompatability issus.
# PATCH - Small changes, or minor feature additions.
__version__ = "1.5.1-beta1"
__version__ = "1.5.1-beta2"
# Global Variables

File diff suppressed because one or more lines are too long

Wyświetl plik

@ -1,7 +1,7 @@
crcmod
python-dateutil
flask
flask-socketio==4.3.2
flask-socketio
numpy
requests
simplekml