From 526031ea142100e7d9bf00ab3af19dec82e72abd Mon Sep 17 00:00:00 2001 From: Rafael Henrique Date: Mon, 31 Jul 2023 13:47:30 -0300 Subject: [PATCH] updated requirements and removed mysql and psyco --- django/requirements.txt | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/django/requirements.txt b/django/requirements.txt index 2a803543..8941a555 100644 --- a/django/requirements.txt +++ b/django/requirements.txt @@ -1,21 +1,26 @@ aiohttp==3.8.5 aiosignal==1.3.1 +arrow==1.2.3 asgiref==3.7.2 async-timeout==4.0.2 attrs==23.1.0 certifi==2023.7.22 charset-normalizer==3.2.0 +click==8.1.3 +colorama==0.4.6 discord.py==2.3.1 Django==4.2.3 frozenlist==1.4.0 +gitlint==0.19.1 +gitlint-core==0.19.1 idna==3.4 multidict==6.0.4 -mysql-connector-python==8.0.33 -protobuf==3.20.3 -psycopg2==2.9.6 +protobuf==4.23.4 +python-dateutil==2.8.2 python-dotenv==1.0.0 requests==2.31.0 +six==1.16.0 sqlparse==0.4.4 tzdata==2023.3 -urllib3==2.0.3 +urllib3==2.0.4 yarl==1.9.2