Skip to content

Commit

Permalink
Fix require package library name
Browse files Browse the repository at this point in the history
  • Loading branch information
atthaboon committed Jan 16, 2020
1 parent 40d5efb commit 232db43
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 232db43

Please sign in to comment.