From 8a4a290b0e9ed0969db57ff417206554ad958486 Mon Sep 17 00:00:00 2001 From: Pawel Kowalski Date: Thu, 23 Aug 2018 14:59:57 +0200 Subject: [PATCH] Change required python version --- Pipfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Pipfile b/Pipfile index c9a4cc80..e3e23f2d 100644 --- a/Pipfile +++ b/Pipfile @@ -3,6 +3,9 @@ url = "https://pypi.python.org/simple" verify_ssl = true name = "pypi" +[requires] +python_version = '3.6' + [dev-packages] awscli = "*" ipdb = "*"