diff --git a/requirements/constraints.txt b/requirements/constraints.txt
index 769dc5b05eb81958f349b218250027388db92acb..fcca9a830b9cc03eb8898c8bdd3420022bd7e63f 100644
--- a/requirements/constraints.txt
+++ b/requirements/constraints.txt
@@ -13,17 +13,5 @@
  
 # TODO: Many pinned dependencies should be unpinned and/or moved to this constraints file.
 
-# mock version 4.0.0 drops support for python 3.5
-mock<4.0.0
-
-# Zip > 1.2.0 drops support for python 3.5
-zipp<1.2.0
-
-# Newer versions not available in python 3.5
-stevedore<=1.32.0
-
 # Same as in edx-platform
 djangorestframework==3.9.4
-
-# jsonfield2 3.1.0 drops support for python 3.5
-jsonfield2<3.1.0