From dc99d61b9c190e5edc58156c38f3e03ce2806500 Mon Sep 17 00:00:00 2001
From: Feanil Patel <feanil@edx.org>
Date: Tue, 17 Sep 2019 10:25:35 -0400
Subject: [PATCH] pip-tools 4.x seems to have made this less of a problem.

Issue 851 seems to have been resolved and issue 8.5.2 while still open is
not occuring with the latest version of pip-tools.
---
 requirements/constraints.txt | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/requirements/constraints.txt b/requirements/constraints.txt
index 62ea41cdcf0..61532eea01e 100644
--- a/requirements/constraints.txt
+++ b/requirements/constraints.txt
@@ -14,11 +14,6 @@ futures ; python_version == "2.7"
 python-openid ; python_version == "2.7"
 pysqlite ; python_version == "2.7"
 
-# pip-tools 3.9.0 has a few problems:
-#   https://github.com/jazzband/pip-tools/issues/851
-#   https://github.com/jazzband/pip-tools/issues/852
-pip-tools==3.8.0
-
 # Convert text markup to HTML; used in capa problems, forums, and course wikis; pin Markdown version as tests failed for its upgrade to latest release
 Markdown==2.6.11
 
-- 
GitLab