Toggle navigation
Sign in
Alex
/
prozorro-robot_tests
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Forks
Network
Download as
Email Patches
Plain Diff
Browse Files
Commit
b528f514e4b6fcc3c37eac4310df9d90f8ca3c49
Authored by
Andrew Yanovych
2015-05-12 13:29:51 +0300
1 parent
d11692be
added dateutils, parse packages
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
setup.py
setup.py
View file @
b528f51
...
...
@@ -30,7 +30,8 @@ setup(name='op_robot_tests',
30
30
'fake-factory'
,
31
31
'dpath'
,
32
32
'jsonpath-rw'
,
33
-
'dateutils'
33
+
'dateutils'
,
34
+
'parse'
34
35
],
35
36
entry_points
=
{
36
37
'console_scripts'
:
[
...
...
Please
register
or
login
to post a comment