Pin flask-socketio to 4.3.2

pull/23/head
Steven Honson 2021-01-01 16:33:27 +11:00 zatwierdzone przez GitHub
rodzic c2366c4f24
commit cac9585320
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -26,7 +26,7 @@ RUN apt-get update && \
# Install additional Python packages that aren't available through apt-get.
RUN pip --no-cache-dir install \
flask-socketio \
flask-socketio==4.3.2 \
pytz
# Download and install cusf_predictor_wrapper, and build predictor binary.