diff options
author | Huang Haibin <haibin.huang@intel.com> | 2018-03-08 22:05:26 +0800 |
---|---|---|
committer | Huang Haibin <haibin.huang@intel.com> | 2018-03-10 00:38:17 +0800 |
commit | 51fde27c2a12f525e94ecd3a83238a46215d9392 (patch) | |
tree | 4b9b72d4048209d410c0f9bc8a25a9561f3fcfa0 /newton/requirements.txt | |
parent | c701ab185721e50cca3d432220361aaa723358cc (diff) |
newton use share library
Change-Id: I0ed8ced042862edf8afa87fec3b457d019e811b4
Issue-ID: MULTICLOUD-138
Signed-off-by: Huang Haibin <haibin.huang@intel.com>
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 |