From 933a86886ccac6866717cd564048d4740184eaa7 Mon Sep 17 00:00:00 2001 From: Pavel Loginov Date: Wed, 6 May 2020 08:52:19 +0200 Subject: [PATCH] v4.2.3.0 Changelog: https://haproxy-wi.org/changelog.py#4_2_3 --- config_other/requirements_el7.txt | 4 ++++ config_other/requirements_el8.txt | 6 ++++++ 2 files changed, 10 insertions(+) create mode 100644 config_other/requirements_el7.txt create mode 100644 config_other/requirements_el8.txt diff --git a/config_other/requirements_el7.txt b/config_other/requirements_el7.txt new file mode 100644 index 00000000..df1b15ff --- /dev/null +++ b/config_other/requirements_el7.txt @@ -0,0 +1,4 @@ +pyTelegramBotAPI==3.6.3 +networkx==2.1 +matplotlib==2.1.2 +mysql-connector-python==8.0.11 \ No newline at end of file diff --git a/config_other/requirements_el8.txt b/config_other/requirements_el8.txt new file mode 100644 index 00000000..f464d603 --- /dev/null +++ b/config_other/requirements_el8.txt @@ -0,0 +1,6 @@ +configparser==3.5.0 +pyTelegramBotAPI==3.6.3 +networkx==2.1 +matplotlib==2.1.2 +mysql-connector-python==8.0.11 +bottle>=0.12.17 \ No newline at end of file