From c2ef0275c361c42486b4670462bf276fc27a14f0 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Fri, 7 Apr 2017 22:00:10 -0700 Subject: [PATCH] Avoid pip dependency error, install appdirs first --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index e3a1be37..3fbc0a1c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,5 @@ # Phoenix build and test requirements +appdirs setuptools six wheel