aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2018-02-24 14:54:55 +0100
committerCédric Bonhomme <cedric@cedricbonhomme.org>2018-02-24 14:54:55 +0100
commitdb7c00006f79037aabc67322bf08e3a4a41dbedf (patch)
tree56ad5eed09166fa75a915a8e425ffbdd70e6b7b0
parentlock pipfile (diff)
downloadnewspipe-db7c00006f79037aabc67322bf08e3a4a41dbedf.tar.gz
newspipe-db7c00006f79037aabc67322bf08e3a4a41dbedf.tar.bz2
newspipe-db7c00006f79037aabc67322bf08e3a4a41dbedf.zip
test if working with runtime.txt file
-rw-r--r--runtime.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime.txt b/runtime.txt
new file mode 100644
index 00000000..5c453803
--- /dev/null
+++ b/runtime.txt
@@ -0,0 +1 @@
+python-3.6.4
bgstack15