Skip to content

Commit

Permalink
Fixed requires
Browse files Browse the repository at this point in the history
  • Loading branch information
kroman0 committed Jan 18, 2016
1 parent bf648a2 commit 580b23b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,10 @@

requires = [
'setuptools',
'openprocurement.api',
'openprocurement.api>=0.12b1',
]
test_requires = requires + [
'webtest',
'openprocurement.api',
'python-coveralls',
]
docs_requires = requires + [
Expand Down

0 comments on commit 580b23b

Please sign in to comment.