From 21694f97bcac9c44ff901c0fdf1a4550314b6ae4 Mon Sep 17 00:00:00 2001 From: Patrick Smith Date: Thu, 5 Jul 2018 15:50:08 -0400 Subject: [PATCH] Allow pipenv to install prereleases --- Pipfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Pipfile b/Pipfile index 91730759..f772a51a 100644 --- a/Pipfile +++ b/Pipfile @@ -22,3 +22,6 @@ black = "*" [requires] python_version = "3.6" + +[pipenv] +allow_prereleases = true