From ceb31c6095f7dba19989ba595236740a436b4b27 Mon Sep 17 00:00:00 2001 From: tsbxmw <1050636648@qq.com> Date: Mon, 8 Apr 2019 19:56:29 +0800 Subject: [PATCH] update setup.py and readme and .travis --- .travis.yml | 1 + README.md | 7 ++++--- setup.py | 3 ++- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4121918..5f8d7c8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,7 @@ install: - pip install flask - pip install flask_restful - pip install requests + - pip install sqlalchemy script: - # or py.test for Python versions 3.5 and below - python setup.py bdist_wheel \ No newline at end of file diff --git a/README.md b/README.md index f399388..566aa82 100644 --- a/README.md +++ b/README.md @@ -2,14 +2,15 @@ > haf web manager -> not the plugin of haf: hafweb - +[![Build Status](https://travis-ci.org/hautof/haf-webmanager.svg?branch=master)](https://travis-ci.org/hautof/haf-webmanager) +![PyPI](https://img.shields.io/pypi/v/hafweb.svg) +![GitHub release](https://img.shields.io/github/release/hautof/haf-webmanager.svg) ## haf > https://github.com/tsbxmw/haf -## now have version 0.0.1 to support mysql as an api server +## now have version 0.0.3 to support mysql as an api server > apis diff --git a/setup.py b/setup.py index d71b9bb..2ed8cc0 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,8 @@ 'flask', 'flask_restful', 'jinja2', - 'setuptools' + 'setuptools', + 'sqlalchemy' ]