From 0fa06aa9d7c6716bc7156fda32b4798dbb725033 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Fri, 27 Jan 2017 21:40:44 -0500 Subject: [PATCH] potentially fix the build --- Pipfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Pipfile b/Pipfile index ebe84d65..36af2a26 100644 --- a/Pipfile +++ b/Pipfile @@ -8,6 +8,7 @@ requirements-parser = "*" parse = "*" pipfile = "==0.0.1" click-completion = "*" +backports.shutil_get_terminal_size = "*" [dev-packages] pytest = "*"