Commit ba66f3235ea8fa37c9bd3efb59924afb013e0447
1 parent
39825d86
Remove unneeded dependencies from setup.py
Both libraries are still present in buildout.cfg for development purposes.
Showing
1 changed file
with
0 additions
and
2 deletions
| ... | ... | @@ -20,8 +20,6 @@ setup(name='op_robot_tests', |
| 20 | 20 | # -*- Extra requirements: -*- |
| 21 | 21 | 'robotframework', |
| 22 | 22 | 'robotframework-selenium2library', |
| 23 | - 'robotframework-debuglibrary', | |
| 24 | - 'robotframework-selenium2screenshots', | |
| 25 | 23 | 'selenium < 3.0.dev0', |
| 26 | 24 | 'Pillow', |
| 27 | 25 | 'iso8601', | ... | ... |
Please
register
or
login
to post a comment