Commit b528f514e4b6fcc3c37eac4310df9d90f8ca3c49

Authored by Andrew Yanovych
1 parent d11692be

added dateutils, parse packages

Showing 1 changed file with 2 additions and 1 deletions
@@ -30,7 +30,8 @@ setup(name='op_robot_tests', @@ -30,7 +30,8 @@ setup(name='op_robot_tests',
30 'fake-factory', 30 'fake-factory',
31 'dpath', 31 'dpath',
32 'jsonpath-rw', 32 'jsonpath-rw',
33 - 'dateutils' 33 + 'dateutils',
  34 + 'parse'
34 ], 35 ],
35 entry_points={ 36 entry_points={
36 'console_scripts': [ 37 'console_scripts': [
Please register or login to post a comment