From d9ba7bcb2485c5342ac626d5b5259204568a12d0 Mon Sep 17 00:00:00 2001 From: Arthur Lu Date: Wed, 11 Aug 2021 18:21:34 +0000 Subject: [PATCH] added websockets to requirements.txt --- src/requirements.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/requirements.txt b/src/requirements.txt index f99f4cd..9833941 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -13,4 +13,6 @@ six pyparsing pandas -kivy==2.0.0rc2 \ No newline at end of file +kivy==2.0.0rc2 + +websockets \ No newline at end of file