X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=requirements.txt;h=240f8120b6bdf7854b268ecd016408f1678b7d6b;hb=refs%2Fheads%2Fguilin;hp=4b13645c56547d72a9e8dd0e8a0318aba2be6562;hpb=7701ebe1b67fd0196168172bf4106a31931728ee;p=modeling%2Fetsicatalog.git diff --git a/requirements.txt b/requirements.txt index 4b13645..240f812 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,16 +1,16 @@ # rest framework Django==2.1.10 -djangorestframework==3.9.4 +djangorestframework==3.10.3 # for access MySQL PyMySQL==0.9.3 # redis cache -redis==2.10.5 +# redis==2.10.5 # for access redis cache # redisco==0.1.4 -django-redis-cache==0.13.1 +# django-redis-cache==0.13.1 # for call rest api httplib2==0.12.3 @@ -26,7 +26,8 @@ unittest_xml_reporting==1.12.0 nfv-toscaparser==1.1.2.dev2 # for auto swagger -drf-yasg==1.16.0 +ruamel.yaml==0.16.10 +drf-yasg==1.17.0 flex>=6.11.1 swagger-spec-validator>=2.1.0 @@ -34,4 +35,6 @@ swagger-spec-validator>=2.1.0 onappylog==1.0.9 # uwsgi for parallel processing -# uwsgi \ No newline at end of file +uwsgi + +apscheduler==3.6.3 \ No newline at end of file