From 3a4c36b4ef6444afc3106cc40d4b261150fdea8f Mon Sep 17 00:00:00 2001 From: Feanil Patel Date: Fri, 23 Feb 2018 00:16:01 -0500 Subject: [PATCH] Remove requirements that should be a part of the venv definition. --- requirements/edx/pre.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/requirements/edx/pre.txt b/requirements/edx/pre.txt index d084fa6a5c..552f6ef8e0 100644 --- a/requirements/edx/pre.txt +++ b/requirements/edx/pre.txt @@ -4,6 +4,4 @@ # * @edx/ospr - to check licensing # * @edx/devops - to check system requirements -# Packaging pre-requisites. -setuptools==37.0.0 -pip==9.0.1 +# Empty file left here until all the places that expect it have been updated.