Commit b6e6f855762ee4727283cacc83069f8aece449e6
1 parent
36d21b65
Stop fetching dependencies from Git
Changes in openprocurement_client happen quite frequently, so it remained intact.
Showing
1 changed file
with
6 additions
and
4 deletions
@@ -2,6 +2,8 @@ | @@ -2,6 +2,8 @@ | ||
2 | extensions = mr.developer | 2 | extensions = mr.developer |
3 | auto-checkout = * | 3 | auto-checkout = * |
4 | develop = . | 4 | develop = . |
5 | +find-links = | ||
6 | + http://op:x9W3jZ@dist.quintagroup.com/op/ | ||
5 | 7 | ||
6 | parts = | 8 | parts = |
7 | mkdirs | 9 | mkdirs |
@@ -39,11 +41,11 @@ gh = git://github.com/ | @@ -39,11 +41,11 @@ gh = git://github.com/ | ||
39 | gh_push = git@github.com: | 41 | gh_push = git@github.com: |
40 | 42 | ||
41 | [sources] | 43 | [sources] |
42 | -robotframework-selenium2library = git ${remotes:gh}ktarasz/robotframework-selenium2library.git | ||
43 | -fake-factory = git ${remotes:gh}joke2k/faker.git | ||
44 | openprocurement_client = git ${remotes:gh}openprocurement/openprocurement.client.python.git | 44 | openprocurement_client = git ${remotes:gh}openprocurement/openprocurement.client.python.git |
45 | -restkit = git ${remotes:gh}openprocurement/restkit.git | ||
46 | -rfc6266 = git ${remotes:gh}openprocurement/rfc6266.git branch=content-disposition-form-data | ||
47 | 45 | ||
48 | [versions] | 46 | [versions] |
47 | +fake-factory = 0.5.3 | ||
48 | +restkit = 4.2.2.op1 | ||
49 | +rfc6266 = 0.0.6.op1 | ||
49 | robotframework = 2.8.7 | 50 | robotframework = 2.8.7 |
51 | +robotframework-selenium2library = 1.7.4 |
Please
register
or
login
to post a comment