Skip to content

Commit

Permalink
update setup.py and readme and .travis
Browse files Browse the repository at this point in the history
  • Loading branch information
tsbxmw committed Apr 8, 2019
1 parent 19e078b commit ceb31c6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
'flask',
'flask_restful',
'jinja2',
'setuptools'
'setuptools',
'sqlalchemy'
]


Expand Down

0 comments on commit ceb31c6

Please sign in to comment.