From 581f589b52f9ead8dec52173e0cb9a98de7973ad Mon Sep 17 00:00:00 2001 From: DJE98 Date: Fri, 6 Oct 2023 06:54:05 +0200 Subject: [PATCH] Added pygame to dependences --- hackathon/requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hackathon/requirements.txt b/hackathon/requirements.txt index 96edaf1..930458a 100644 --- a/hackathon/requirements.txt +++ b/hackathon/requirements.txt @@ -1,3 +1,4 @@ opencv-python-headless facenet-pytorch -hsemotion \ No newline at end of file +hsemotion +pygame \ No newline at end of file