From 3e26e76aa32cfe60774382b6c4958e862db4276d Mon Sep 17 00:00:00 2001 From: manetta Date: Mon, 1 Feb 2021 11:17:37 +0100 Subject: [PATCH] removing the requirements file from the LogBot folder, using the main one is more useful while working with supervisor on the server --- LogBot/requirements.txt | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 LogBot/requirements.txt diff --git a/LogBot/requirements.txt b/LogBot/requirements.txt deleted file mode 100644 index 4b054e6..0000000 --- a/LogBot/requirements.txt +++ /dev/null @@ -1,21 +0,0 @@ -aiodns==2.0.0 -aiohttp==3.7.3 -async-timeout==3.0.1 -attrs==20.3.0 -cffi==1.14.4 -chardet==3.0.4 -humanize==3.2.0 -idna==3.1 -Jinja2==2.11.2 -MarkupSafe==1.1.1 -multidict==5.1.0 -pkg-resources==0.0.0 -pyasn1==0.4.8 -pyasn1-modules==0.2.8 -pycares==3.1.1 -pycparser==2.20 -redis==3.5.3 -slixmpp==1.6.0 -typing-extensions==3.7.4.3 -xbotlib==0.14.1 -yarl==1.6.3