File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ Barebones Python Microservices
44[ ![ Build Status] ( https://travis-ci.org/python-microservices/microservices-scaffold.svg?branch=master )] ( https://travis-ci.org/python-microservices/microservices-scaffold )
55[ ![ Coverage Status] ( https://coveralls.io/repos/github/python-microservices/microservices-scaffold/badge.svg?branch=master )] ( https://coveralls.io/github/python-microservices/microservices-scaffold?branch=master )
66[ ![ Requirements Status] ( https://requires.io/github/python-microservices/microservices-scaffold/requirements.svg?branch=master )] ( https://requires.io/github/python-microservices/microservices-scaffold/requirements/?branch=master )
7+ [ ![ Updates] ( https://pyup.io/repos/github/python-microservices/microservices-scaffold/shield.svg )] ( https://pyup.io/repos/github/python-microservices/microservices-scaffold/ )
8+ [ ![ Python 3] ( https://pyup.io/repos/github/python-microservices/microservices-scaffold/python-3-shield.svg )] ( https://pyup.io/repos/github/python-microservices/microservices-scaffold/ )
79
810
911
Original file line number Diff line number Diff line change 88
99__author__ = "Alberto Vara"
1010__email__ = "a.vara.1986@gmail.com"
11- __version__ = "0.3"
11+ __version__ = "0.3.1 "
1212
1313
1414class MyMicroservice (Microservice ):
Original file line number Diff line number Diff line change 11Flask-SQLAlchemy == 2.3.2
22py-ms == 0.1.0
3- SQLAlchemy == 1.2.5
3+ SQLAlchemy == 1.2.13
You can’t perform that action at this time.
0 commit comments