summaryrefslogtreecommitdiffstats
path: root/mgr/requirements.txt
diff options
context:
space:
mode:
authorying.yunlong <ying.yunlong@zte.com.cn>2018-01-22 14:44:34 +0800
committerying.yunlong <ying.yunlong@zte.com.cn>2018-01-22 14:44:34 +0800
commit36e8652d05c309e6ae6f6c8b7609fdfa8614f3ab (patch)
tree6971f5a1acbff841831ceba27cd29540e6d47c2f /mgr/requirements.txt
parent2e9f7959754714c93ede756766658f1cd8f23894 (diff)
Add vfc-vnfmgr auto-swagger settings
Change-Id: I224a7802c0ae5f404db06ecba715fc2778ae51c1 Issue-ID: VFC-670 Signed-off-by: ying.yunlong <ying.yunlong@zte.com.cn>
Diffstat (limited to 'mgr/requirements.txt')
-rw-r--r--mgr/requirements.txt17
1 files changed, 15 insertions, 2 deletions
diff --git a/mgr/requirements.txt b/mgr/requirements.txt
index c98aff7..3d145d9 100644
--- a/mgr/requirements.txt
+++ b/mgr/requirements.txt
@@ -1,6 +1,6 @@
# rest framework
-Django==1.9.6
-djangorestframework==3.3.3
+Django==1.11.9
+djangorestframework==3.7.7
# for access MySQL
MySQL-python==1.2.5
@@ -19,3 +19,16 @@ httplib2==0.9.2
coverage==4.2
mock==2.0.0
unittest_xml_reporting==1.12.0
+
+# for auto swagger
+drf-yasg>=1.2.2
+Pillow>=4.3.0
+pygments>=2.2.0
+django-cors-headers>=2.1.0
+django-filter>=1.1.0,<2.0; python_version == "2.7"
+django-filter>=1.1.0; python_version >= "3.4"
+djangorestframework-camel-case>=0.2.0
+dj-database-url>=0.4.2
+user_agents>=1.1.0
+flex>=6.11.1
+swagger-spec-validator>=2.1.0 \ No newline at end of file