From f34cd47ceaf7e79f34b23a9f10520c9f16c4abaa Mon Sep 17 00:00:00 2001 From: Thomas Couchoud Date: Fri, 28 May 2021 20:52:10 +0200 Subject: [PATCH] Fixed requirements --- requirements.txt | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/requirements.txt b/requirements.txt index 6f2cbbb..0b1e260 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,11 +1,11 @@ -requests -websocket-client -browser_cookie3 -pillow -python-dateutil -emoji -millify -pre-commit -colorama -flask -irc \ No newline at end of file +requests==2.25.1 +websocket-client==1.0.1 +browser_cookie3==0.12.1 +pillow==8.2.0 +python-dateutil==2.8.1 +emoji==1.2.0 +millify==0.1.1 +pre-commit==2.13.0 +colorama==0.4.4 +flask==2.0.1 +irc==19.0.1 \ No newline at end of file