From 99827efd45c06a4748616ec6a8f28e6977060d28 Mon Sep 17 00:00:00 2001 From: Umpire2018 Date: Wed, 27 Sep 2023 21:08:25 +0800 Subject: [PATCH] Remove outdated requirements.txt There are two requirements.txt in the project, the one in the root dir should be the up-to-date version. So i deleted the one in pilot folder. --- pilot/requirements.txt | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 pilot/requirements.txt diff --git a/pilot/requirements.txt b/pilot/requirements.txt deleted file mode 100644 index 22978e1..0000000 --- a/pilot/requirements.txt +++ /dev/null @@ -1,19 +0,0 @@ -blessed==1.20.0 -certifi==2023.5.7 -charset-normalizer==3.2.0 -distro==1.8.0 -idna==3.4 -inquirer==3.1.3 -Jinja2==3.1.2 -MarkupSafe==2.1.3 -psycopg2==2.9.6 -python-dotenv==1.0.0 -python-editor==1.0.4 -readchar==4.0.5 -regex==2023.6.3 -requests==2.31.0 -six==1.16.0 -termcolor==2.3.0 -tiktoken==0.4.0 -urllib3==2.0.4 -wcwidth==0.2.6