From 1248d7b058849c116d3380ecfe571a340ce8364b Mon Sep 17 00:00:00 2001 From: Feanil Patel Date: Thu, 8 Feb 2018 10:47:11 -0500 Subject: [PATCH] Stop using our fork of paver and use PyPI The problem we were having with paver 1.2.4 has been fixed and so we can go back to using the mainline paver now. --- requirements/edx/paver.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/edx/paver.txt b/requirements/edx/paver.txt index 64f38babe0..a6ada445af 100644 --- a/requirements/edx/paver.txt +++ b/requirements/edx/paver.txt @@ -1,5 +1,5 @@ # Requirements to run and test Paver -git+https://github.com/jzoldak/paver.git@b72ccd7b638c1e07105d04f670170b3a37095d10#egg=Paver==1.2.4a +paver==1.3.4 libsass==0.10.0 markupsafe -r base_common.txt