From 8b671b3fa4fe21ad95c7e1529033ee8fc9625e51 Mon Sep 17 00:00:00 2001 From: mraniki <8766259+mraniki@users.noreply.github.com> Date: Sun, 29 Oct 2023 11:31:14 +0100 Subject: [PATCH] =?UTF-8?q?=E2=99=BB=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 46048a5..0000000 --- a/requirements.txt +++ /dev/null @@ -1,5 +0,0 @@ -colorama==0.4.6 ; python_version >= "3.10" and python_version < "4.0" and sys_platform == "win32" -dynaconf==3.2.3 ; python_version >= "3.10" and python_version < "4.0" -loguru==0.7.2 ; python_version >= "3.10" and python_version < "4.0" -pyparsing==3.1.1 ; python_version >= "3.10" and python_version < "4.0" -win32-setctime==1.1.0 ; python_version >= "3.10" and python_version < "4.0" and sys_platform == "win32"