Showing
1 changed file
with
5 additions
and
1 deletions
| @@ -19,7 +19,11 @@ setup(name='op_robot_tests', | @@ -19,7 +19,11 @@ setup(name='op_robot_tests', | ||
| 19 | zip_safe=False, | 19 | zip_safe=False, |
| 20 | install_requires=[ | 20 | install_requires=[ |
| 21 | # -*- Extra requirements: -*- | 21 | # -*- Extra requirements: -*- |
| 22 | - 'robotframework' | 22 | + 'robotframework', |
| 23 | + 'iso8601', | ||
| 24 | + 'PyYAML', | ||
| 25 | + 'munch', | ||
| 26 | + 'fake-factory' | ||
| 23 | ], | 27 | ], |
| 24 | entry_points={ | 28 | entry_points={ |
| 25 | 'console_scripts': [ | 29 | 'console_scripts': [ |
Please
register
or
login
to post a comment