aboutsummaryrefslogtreecommitdiff
path: root/Pipfile
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2018-02-24 14:36:27 +0100
committerCédric Bonhomme <cedric@cedricbonhomme.org>2018-02-24 14:36:27 +0100
commit0166b19f9ace8c8684dff2ca4b0291a6825829f0 (patch)
treef39266da095ee6fb8924d01db767b8c88b96f868 /Pipfile
parentAdded Pipfile. (diff)
downloadnewspipe-0166b19f9ace8c8684dff2ca4b0291a6825829f0.tar.gz
newspipe-0166b19f9ace8c8684dff2ca4b0291a6825829f0.tar.bz2
newspipe-0166b19f9ace8c8684dff2ca4b0291a6825829f0.zip
With pipenv the file runtime.txt is useless.
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile2
1 files changed, 2 insertions, 0 deletions
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]
bgstack15