diff options
Diffstat (limited to 'windriver/requirements.txt')
-rw-r--r-- | windriver/requirements.txt | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/windriver/requirements.txt b/windriver/requirements.txt index fefde87b..bad5c0d4 100644 --- a/windriver/requirements.txt +++ b/windriver/requirements.txt @@ -1,18 +1,18 @@ # rest framework -Django==1.9.6 -djangorestframework==3.3.3 +Django==2.2.3 +djangorestframework==3.9.4 # for call rest api -httplib2==0.9.2 +httplib2==0.13.0 # for call openstack auth and transport api keystoneauth1==2.18.0 -#python-memcached +# python-memcached python-memcached -#uwsgi for parallel processing -uwsgi +# uwsgi for parallel processing +# uwsgi # for unit test # coverage==4.2 @@ -20,7 +20,7 @@ uwsgi # unittest_xml_reporting==1.12.0 # for onap logging -onappylog>=1.0.8 +onappylog>=1.0.9 # for background tasks # celery >= 4.0 |