diff options
author | chenjiankun <chenjiankun1@huawei.com> | 2016-12-22 08:41:08 +0000 |
---|---|---|
committer | chenjiankun <chenjiankun1@huawei.com> | 2016-12-24 15:36:51 +0000 |
commit | 8d702f720aeb9566adb258e886c12a348bedc84b (patch) | |
tree | 6e662b5ad5fc6a85db7adf4483622603cefa9496 /requirements.txt | |
parent | bd847993c084f2d29de099c4b0e33a3d2e8de03e (diff) |
Add sqlite and SQLAlchemy support for API
JIRA: YARDSTICK-505
Now yardstick API need a database to store API data.
And for future the yardstick GUI also need a self database.
So I choose a light-weight database sqlite.
And use SQLAlchemy to do ORM.
Change-Id: I1edc350ec6f57ad67785de549c2135c86ea60a4a
Signed-off-by: chenjiankun <chenjiankun1@huawei.com>
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt index 6b4edf3f0..9c037ed79 100644 --- a/requirements.txt +++ b/requirements.txt @@ -84,3 +84,4 @@ pyroute2==0.4.10 docker-py==1.10.6 flasgger==0.5.13 flask-restful-swagger==0.19 +SQLAlchemy==1.1.4 |