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