summaryrefslogtreecommitdiffstats
path: root/requirements.txt
diff options
context:
space:
mode:
authorfujinhua <fu.jinhua@zte.com.cn>2018-01-22 15:06:01 +0800
committerfujinhua <fu.jinhua@zte.com.cn>2018-01-22 16:34:26 +0800
commit9b96c8a638e7ede253ab6ed8f04bf496ddc1d8d7 (patch)
treece171580a20ea5eb7c1d24e872458c2b769b4e15 /requirements.txt
parent18031aa23a4b785658a59584171fd611bbf04ad3 (diff)
Add swagger auto generate logic for vfc
Change-Id: Icacacde639c856008b95ba4f85f4187198ed80b6 Issue-ID: VFC-671 Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt18
1 files changed, 16 insertions, 2 deletions
diff --git a/requirements.txt b/requirements.txt
index 8c34a073..17dad6af 100644
--- a/requirements.txt
+++ b/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
@@ -29,3 +29,17 @@ unittest_xml_reporting==1.12.0
cryptography==2.0.3
paramiko==2.0.2
nfv-toscaparser>=0.5.0
+
+# for swagger
+Pillow>=4.3.0
+pygments>=2.2.0
+django-cors-headers>=2.1.0
+django-filter>=1.1.0,<2.0
+djangorestframework-camel-case>=0.2.0
+dj-database-url>=0.4.2
+user_agents>=1.1.0
+
+# for the validation feature
+flex>=6.11.1
+swagger-spec-validator>=2.1.0
+