Commit ba66f3235ea8fa37c9bd3efb59924afb013e0447

Authored by selurvedu
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,8 +20,6 @@ setup(name='op_robot_tests',
20 # -*- Extra requirements: -*- 20 # -*- Extra requirements: -*-
21 'robotframework', 21 'robotframework',
22 'robotframework-selenium2library', 22 'robotframework-selenium2library',
23 - 'robotframework-debuglibrary',  
24 - 'robotframework-selenium2screenshots',  
25 'selenium < 3.0.dev0', 23 'selenium < 3.0.dev0',
26 'Pillow', 24 'Pillow',
27 'iso8601', 25 'iso8601',
Please register or login to post a comment