Skip to content

Commit

Permalink
Add esculator dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
annawzz committed Sep 15, 2017
1 parent bd3c770 commit d6784eb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions buildout.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ openprocurement.tender.core = git https://github.com/openprocurement/openprocure
openprocurement.tender.openeu = git https://github.com/openprocurement/openprocurement.tender.openeu.git branch=a258001251842882_refactoring
openprocurement.tender.openua = git https://github.com/openprocurement/openprocurement.tender.openua.git branch=a258001251842882_refactoring
openprocurement.tender.belowthreshold = git https://github.com/openprocurement/openprocurement.tender.belowthreshold.git branch=master
esculator = git https://github.com/openprocurement/esculator.git branch=master

[test]
recipe = zc.recipe.egg:scripts
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ zope.interface==4.1.1
git+https://github.com/openprocurement/barbecue.git
git+https://github.com/openprocurement/python-json-patch.git
git+https://github.com/openprocurement/rfc6266.git
git+https://github.com/openprocurement/esculator.git
-e git+https://github.com/openprocurement/openprocurement.api.git@master#egg=openprocurement.api
-e git+https://github.com/openprocurement/openprocurement.tender.core.git@master#egg=openprocurement.tender.core
-e git+https://github.com/openprocurement/openprocurement.tender.belowthreshold.git@master#egg=openprocurement.tender.belowthreshold
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
version = '1.0'

requires = [
'esculator',
'setuptools',
'openprocurement.api>=2.3',
'openprocurement.tender.openeu',
Expand Down

0 comments on commit d6784eb

Please sign in to comment.