diff --git a/setup.py b/setup.py index 36c2e3d..81475f7 100644 --- a/setup.py +++ b/setup.py @@ -38,7 +38,8 @@ keywords='robotframework testing automation data-driven qahive', platforms='any', install_requires=[ - 'python-I18nLibrary' + 'python-i18n', + 'PyYAML' ], python_requires='>3.5', test_suite='nose.collector',