Fix dependency installation
Related-Prod: PRODX-48948
Change-Id: If90f1e395998565e7bd22090fafe861c1a361743
diff --git a/rp_reporter/setup.cfg b/rp_reporter/setup.cfg
index 628ac4c..4ad511c 100644
--- a/rp_reporter/setup.cfg
+++ b/rp_reporter/setup.cfg
@@ -18,3 +18,10 @@
setup-hooks = pbr.hooks.setup_hook
[files]
packages = rp_reporter
+[options]
+install_requires =
+ xunitparser
+ reportportal-client>=5.6.2
+ PyYAML
+ wget
+ jenkins-jinny @ git+https://github.com/annkapul/jenkins-jinny.git
diff --git a/rp_reporter/setup.py b/rp_reporter/setup.py
index 300e758..bf43123 100644
--- a/rp_reporter/setup.py
+++ b/rp_reporter/setup.py
@@ -5,13 +5,6 @@
setup_requires=['pbr==5.6.0'],
pbr=True,
packages=find_packages(),
- install_requires=[
- "xunitparser",
- "reportportal-client>=5.6.2",
- "PyYAML",
- "wget",
- "jenkins-jinny @ git+https://github.com/annkapul/jenkins-jinny.git"
- ],
python_requires=">=3.9",
entry_points={
"console_scripts": [