summaryrefslogtreecommitdiffstats
path: root/fcaps/requirements.txt
diff options
context:
space:
mode:
Diffstat (limited to 'fcaps/requirements.txt')
-rw-r--r--fcaps/requirements.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/fcaps/requirements.txt b/fcaps/requirements.txt
index 9db93b23..e1708e22 100644
--- a/fcaps/requirements.txt
+++ b/fcaps/requirements.txt
@@ -1,9 +1,9 @@
# rest framework
-Django>=2.2.3
-djangorestframework>=3.9.4
+Django==3.2.7
+djangorestframework==3.12.4
# for call rest api
-httplib2==0.9.2
+httplib2==0.19.1
# for call openstack auth and transport api
keystoneauth1==2.18.0
@@ -19,7 +19,7 @@ python-memcached
# mock==2.0.0
# unittest_xml_reporting==1.12.0
-PyYAML==5.3.1
+PyYAML==5.4.1
# for background tasks
celery >= 4.0