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