Skip to content

Commit

Permalink
Merge pull request #13 from ProzorroUKR/prozorro_ukr_deps
Browse files Browse the repository at this point in the history
Prozorro ukr deps
  • Loading branch information
dimka2014 authored Oct 1, 2018
2 parents 7f7f262 + a5626e8 commit 0740ccc
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 25 deletions.
8 changes: 0 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,3 @@ script:
- bin/py.test ./src/openprocurement/api/tests/ --cov=openprocurement.api
after_success:
- bin/coveralls

notifications:
webhooks:
urls:
- https://webhooks.gitter.im/e/82aa866c2f7ed47c961f
on_success: always
on_failure: always
on_start: false
21 changes: 9 additions & 12 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,18 +1,15 @@
.. image:: https://travis-ci.org/openprocurement/openprocurement.api.svg?branch=master
:target: https://travis-ci.org/openprocurement/openprocurement.api
.. image:: https://travis-ci.org/ProzorroUKR/openprocurement.api.svg?branch=master
:target: https://travis-ci.org/ProzorroUKR/openprocurement.api

.. image:: https://coveralls.io/repos/openprocurement/openprocurement.api/badge.svg
:target: https://coveralls.io/r/openprocurement/openprocurement.api
.. image:: https://coveralls.io/repos/github/ProzorroUKR/openprocurement.api/badge.svg?branch=master
:target: https://coveralls.io/github/ProzorroUKR/openprocurement.api?branch=master

.. image:: https://readthedocs.org/projects/openprocurementapi/badge/?version=latest
:target: http://api-docs.openprocurement.org/
.. image:: https://readthedocs.org/projects/prozorro-openprocurementapi/badge/?version=latest
:target: https://prozorro-openprocurementapi.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status

.. image:: https://img.shields.io/hexpm/l/plug.svg
:target: https://github.com/openprocurement/openprocurement.api/blob/master/LICENSE.txt

.. image:: https://badges.gitter.im/Join%20Chat.svg
:target: https://gitter.im/openprocurement/openprocurement.api?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge
:alt: Gitter
:target: https://github.com/ProzorroUKR/openprocurement.api/blob/master/LICENSE.txt

Documentation
=============
Expand All @@ -24,7 +21,7 @@ powering tenders database and reverse auction.
exposing the tenders database to brokers and public.

Documentation about this API is accessible at
http://api-docs.openprocurement.org/
https://prozorro-openprocurementapi.readthedocs.io/en/latest/?badge=latest

Building documentation
----------------------
Expand Down
2 changes: 1 addition & 1 deletion buildout.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ extends = versions.cfg
newest = false
parts = test
develop = .
find-links = http://op:x9W3jZ@dist.quintagroup.com/op/
find-links = http://repo.prozorro.gov.ua/repos/dist.quintagroup.com/prozorro/

index = https://pypi.python.org/simple

Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ venusian==1.0
waitress==0.8.9
zope.deprecation==4.1.1
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/ProzorroUKR/barbecue.git
git+https://github.com/ProzorroUKR/python-json-patch.git
git+https://github.com/ProzorroUKR/rfc6266.git
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
}

setup(name='openprocurement.api',
version='2.4.19-dp',
version='2.4.20+dp',
description='openprocurement.api',
long_description=README,
classifiers=[
Expand Down

0 comments on commit 0740ccc

Please sign in to comment.