From 85d60eef0e8b03861ffe5f8203831855254cf9c3 Mon Sep 17 00:00:00 2001 From: oSumAtrIX Date: Mon, 30 Oct 2023 00:22:55 +0100 Subject: [PATCH] chore: Remove unnecessary project files --- requirements.txt | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt deleted file mode 100644 index a87fa7d..0000000 --- a/requirements.txt +++ /dev/null @@ -1,5 +0,0 @@ -certifi==2022.12.7 ; python_version >= "3.11" and python_version < "4" -charset-normalizer==3.1.0 ; python_version >= "3.11" and python_version < "4" -idna==3.4 ; python_version >= "3.11" and python_version < "4" -requests==2.28.2 ; python_version >= "3.11" and python_version < "4" -urllib3==1.26.15 ; python_version >= "3.11" and python_version < "4"