diff --git a/config_other/requirements_el8.txt b/config_other/requirements_el8.txt index 4d25233c..95e12a3d 100644 --- a/config_other/requirements_el8.txt +++ b/config_other/requirements_el8.txt @@ -6,4 +6,4 @@ paramiko-ng>=2.5.0 slack-sdk>=3.4.0 peewee>=3.14.4 PyMySQL>=1.0.2 -bottle>=0.12.18 \ No newline at end of file +bottle>=0.12.18 diff --git a/config_other/requirements_el9.txt b/config_other/requirements_el9.txt new file mode 100644 index 00000000..4cf53cd7 --- /dev/null +++ b/config_other/requirements_el9.txt @@ -0,0 +1,9 @@ +configparser>=3.5.0 +pyTelegramBotAPI>=3.6.3 +networkx>=2.1 +matplotlib>=2.1.2 +paramiko-ng>=2.5.0 +slack-sdk>=3.4.0 +peewee>=3.14.4 +PyMySQL>=1.0.2 +bottle>=0.12.18