diff options
Diffstat (limited to 'lcm/requirements.txt')
-rw-r--r-- | lcm/requirements.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lcm/requirements.txt b/lcm/requirements.txt index 4706950a..fc44fc1c 100644 --- a/lcm/requirements.txt +++ b/lcm/requirements.txt @@ -1,6 +1,6 @@ # rest framework Django==2.1.10 -djangorestframework==3.9.4 +djangorestframework==3.10.0 # for access MySQL PyMySQL==0.9.3 @@ -21,7 +21,7 @@ unittest_xml_reporting==1.12.0 # for auto-swagger ruamel.yaml==0.15.97 -drf-yasg==1.14.0 +drf-yasg==1.17.0 flex>=6.11.1 swagger-spec-validator>=2.1.0 |