From 0166b19f9ace8c8684dff2ca4b0291a6825829f0 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Sat, 24 Feb 2018 14:36:27 +0100 Subject: With pipenv the file runtime.txt is useless. --- Pipfile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Pipfile') diff --git a/Pipfile b/Pipfile index ee298a4f..88a95815 100644 --- a/Pipfile +++ b/Pipfile @@ -4,6 +4,8 @@ url = "https://pypi.python.org/simple" verify_ssl = true name = "pypi" +[requires] +python_version = "3.6.4" [packages] -- cgit