summaryrefslogtreecommitdiffstats
path: root/mgr/requirements.txt
diff options
context:
space:
mode:
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