From 729bdbd8d461e9a057a0c8247971b29bc7f733da Mon Sep 17 00:00:00 2001 From: Gaetan Lepage <gaetan@glepage.com> Date: Tue, 18 Oct 2022 09:20:23 +0200 Subject: [PATCH] added visanche to members --- backend/cluster.py | 2 +- requirements.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/backend/cluster.py b/backend/cluster.py index eceaea9..c3338eb 100644 --- a/backend/cluster.py +++ b/backend/cluster.py @@ -27,7 +27,7 @@ USERNAMES: list[str] = [ 'xilin', 'lairale', 'lvaquero', - 'hxuan', + 'visanche', 'dmeng', 'wguo', 'xbie', diff --git a/requirements.txt b/requirements.txt index 033ebd0..158b820 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,3 +2,4 @@ eventlet python-socketio termcolor numpy +matplotlib -- GitLab