From 594f5e77548ccf79a894264704bae10aa1cae8fd Mon Sep 17 00:00:00 2001 From: AudricV <74829229+AudricV@users.noreply.github.com> Date: Mon, 16 Jan 2023 08:28:11 +0100 Subject: [PATCH] [Server] Remove unused dependencies from requirements --- requirements.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index ecc89ed..66ad3c0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,8 +1,6 @@ Flask==2.2.2 -pyjwt==2.6.0 Flask-SocketIO==5.3.2 SQLAlchemy==1.4.20 pymysql==1.0.2 discord.py==2.1.0 -discord.py==2.1.0 python-dotenv==0.21.0