File tree Expand file tree Collapse file tree 4 files changed +13
-7
lines changed
Expand file tree Collapse file tree 4 files changed +13
-7
lines changed Original file line number Diff line number Diff line change 11Alberto Vara <a.vara.1986@gmail.com>
2- jmrivas <jmrivas@paradigmadigital.com>
2+ Hugo Camino <hcamino@paradigmadigital.com>
3+ José Manuel <jmrivas86@gmail.com>
Original file line number Diff line number Diff line change 66[ ![ Requirements Status] ( https://requires.io/github/python-microservices/pyms/requirements.svg?branch=master )] ( https://requires.io/github/python-microservices/pyms/requirements/?branch=master )
77[ ![ Updates] ( https://pyup.io/repos/github/python-microservices/pyms/shield.svg )] ( https://pyup.io/repos/github/python-microservices/pyms/ )
88[ ![ Python 3] ( https://pyup.io/repos/github/python-microservices/pyms/python-3-shield.svg )] ( https://pyup.io/repos/github/python-microservices/pyms/ )
9+ [ ![ Total alerts] ( https://img.shields.io/lgtm/alerts/g/python-microservices/pyms.svg?logo=lgtm&logoWidth=18 )] ( https://lgtm.com/projects/g/python-microservices/pyms/alerts/ )
10+ [ ![ Language grade: Python] ( https://img.shields.io/lgtm/grade/python/g/python-microservices/pyms.svg?logo=lgtm&logoWidth=18 )] ( https://lgtm.com/projects/g/python-microservices/pyms/context:python )
11+
912
1013## Installation
1114``` bash
1215pip install py-ms
13- ```
16+ ```
Original file line number Diff line number Diff line change 11-r requirements.txt # includes the base requirements file
2- coverage==4.5.1
2+ coverage==4.5.2
33mock==2.0.0
44nose==1.3.7
55pylint==2.1.1
Original file line number Diff line number Diff line change 11jaeger-client == 3.12.0
22python-json-logger == 0.1.10
33PyYAML == 3.13
4+ anyconfig == 0.9.7
45# Optionals:
5- connexion == 2.0.1
6+ connexion [swagger-ui ]== 2.0.2
7+ # Necessary to deploy swagger ui files in projects that install this library,
8+ # connexion's extra it isn't working as expected in that case
9+ swagger-ui-bundle == 0.0.2
610flask == 1.0.2
7- Flask-OpenTracing == 1.0.0
8- anyconfig == 0.9.7
9- connexion [swagger-ui ]== 2.0.1
11+ Flask-OpenTracing == 1.0.0
You can’t perform that action at this time.
0 commit comments