From 38dea8311cfbfb4b8796d4cb591e70b111ca243a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marwan=20Rabb=C3=A2a?= Date: Tue, 9 Jul 2019 11:09:29 +0200 Subject: [PATCH] refactor(pip): Remove pipenv restriction on python version --- Pipfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Pipfile b/Pipfile index 3e541a6..c0b7898 100644 --- a/Pipfile +++ b/Pipfile @@ -16,8 +16,5 @@ sphinx = "*" marshmallow = "*" pytest-cov = "*" -[requires] -python_version = ">=3.6" - [pipenv] allow_prereleases = true