aboutsummaryrefslogtreecommitdiff
path: root/runtime.txt
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 /runtime.txt
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 'runtime.txt')
-rw-r--r--runtime.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime.txt b/runtime.txt
deleted file mode 100644
index 02d0df5e..00000000
--- a/runtime.txt
+++ /dev/null
@@ -1 +0,0 @@
-python-3.6.3
bgstack15