diff options
author | zhang ab <zhanganbing@chinamobile.com> | 2018-03-12 03:23:34 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-03-12 03:23:34 +0000 |
commit | cc66925f30debaeb720d3a189b3e06cbb681f6fa (patch) | |
tree | 529f277a03b381d9d971ff00bab670936b4acee5 /newton/requirements.txt | |
parent | 8bddebb95d3f42eaf3da5523a2a07d3b2da5447a (diff) | |
parent | 51fde27c2a12f525e94ecd3a83238a46215d9392 (diff) |
Merge "newton use share library"
Diffstat (limited to 'newton/requirements.txt')
-rw-r--r-- | newton/requirements.txt | 19 |
1 files changed, 12 insertions, 7 deletions
diff --git a/newton/requirements.txt b/newton/requirements.txt index 71654d76..cb42f78c 100644 --- a/newton/requirements.txt +++ b/newton/requirements.txt @@ -1,14 +1,19 @@ -pbr!=2.1.0,>=2.0.0 # Apache-2.0 +pbr!=2.1.0,>=2.0.0 # rest framework -Django==1.9.6 # BSD -djangorestframework==3.3.3 # BSD +Django==1.9.6 +djangorestframework==3.3.3 # for call rest api -httplib2==0.9.2 # MIT +httplib2==0.9.2 # for call openstack auth and transport api -keystoneauth1==2.19.0 # Apache-2.0 +keystoneauth1==2.19.0 -# for memcached -python-memcached # PSF +#python-memcached +python-memcached + +# for unit test +coverage==4.2 +mock==2.0.0 +unittest_xml_reporting==1.12.0 |