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 70 robot_tests.broker.aps = git ${remotes:gh}openprocurement/robot_tests.broker.aps.git
71 71
72 72 [versions]
73   -fake-factory = 0.5.3
  73 +Faker = 0.7.7
74 74 mr.developer = 1.34
75 75 restkit = 4.2.2.op1
76 76 rfc6266 = 0.0.6.op1
... ...
... ... @@ -27,7 +27,7 @@ setup(name='op_robot_tests',
27 27 'iso8601',
28 28 'PyYAML',
29 29 'munch',
30   - 'fake-factory',
  30 + 'Faker',
31 31 'dpath',
32 32 'jsonpath-rw',
33 33 'dateutils',
... ...
Please register or login to post a comment