Commit 151e7d07540d83ca04dee38d8a2669b04720cfc3

Authored by selurvedu
1 parent 81325d31

Replace `fake-factory` with `Faker`; bump its ver.

This is the same package, it was submitted to PyPI under a new name.
Showing 2 changed files with 2 additions and 2 deletions
@@ -70,7 +70,7 @@ robot_tests.broker.uub = git ${remotes:gh}openprocurement/robot_tests.b @@ -70,7 +70,7 @@ robot_tests.broker.uub = git ${remotes:gh}openprocurement/robot_tests.b
70 robot_tests.broker.aps = git ${remotes:gh}openprocurement/robot_tests.broker.aps.git 70 robot_tests.broker.aps = git ${remotes:gh}openprocurement/robot_tests.broker.aps.git
71 71
72 [versions] 72 [versions]
73 -fake-factory = 0.5.3 73 +Faker = 0.7.7
74 mr.developer = 1.34 74 mr.developer = 1.34
75 restkit = 4.2.2.op1 75 restkit = 4.2.2.op1
76 rfc6266 = 0.0.6.op1 76 rfc6266 = 0.0.6.op1
@@ -27,7 +27,7 @@ setup(name='op_robot_tests', @@ -27,7 +27,7 @@ setup(name='op_robot_tests',
27 'iso8601', 27 'iso8601',
28 'PyYAML', 28 'PyYAML',
29 'munch', 29 'munch',
30 - 'fake-factory', 30 + 'Faker',
31 'dpath', 31 'dpath',
32 'jsonpath-rw', 32 'jsonpath-rw',
33 'dateutils', 33 'dateutils',
Please register or login to post a comment