Commit 0d37211732ab8eedc85f79081bf2ad7b2e5fa27f
Merge pull request #23 from selurvedu/get_deps_as_eggs
Stop fetching dependencies from Git; fix #22
Showing
1 changed file
with
7 additions
and
5 deletions
... | ... | @@ -2,6 +2,8 @@ |
2 | 2 | extensions = mr.developer |
3 | 3 | auto-checkout = * |
4 | 4 | develop = . |
5 | +find-links = | |
6 | + http://op:x9W3jZ@dist.quintagroup.com/op/ | |
5 | 7 | |
6 | 8 | parts = |
7 | 9 | mkdirs |
... | ... | @@ -31,7 +33,7 @@ interpreter = python_interpreter |
31 | 33 | initialization = |
32 | 34 | from munch import Munch |
33 | 35 | Munch.__str__ = lambda self: Munch.toYAML(self, allow_unicode=True, |
34 | - default_flow_style=False) | |
36 | + default_flow_style=False).decode('utf-8') | |
35 | 37 | Munch.__repr__ = Munch.__str__ |
36 | 38 | |
37 | 39 | [remotes] |
... | ... | @@ -39,11 +41,11 @@ gh = git://github.com/ |
39 | 41 | gh_push = git@github.com: |
40 | 42 | |
41 | 43 | [sources] |
42 | -robotframework-selenium2library = git ${remotes:gh}ktarasz/robotframework-selenium2library.git | |
43 | -fake-factory = git ${remotes:gh}joke2k/faker.git | |
44 | 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 | 46 | [versions] |
47 | +fake-factory = 0.5.3 | |
48 | +restkit = 4.2.2.op1 | |
49 | +rfc6266 = 0.0.6.op1 | |
49 | 50 | robotframework = 2.8.7 |
51 | +robotframework-selenium2library = 1.7.4 | ... | ... |
Please
register
or
login
to post a comment