diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2018-02-24 14:54:55 +0100 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2018-02-24 14:54:55 +0100 |
commit | db7c00006f79037aabc67322bf08e3a4a41dbedf (patch) | |
tree | 56ad5eed09166fa75a915a8e425ffbdd70e6b7b0 | |
parent | lock pipfile (diff) | |
download | newspipe-db7c00006f79037aabc67322bf08e3a4a41dbedf.tar.gz newspipe-db7c00006f79037aabc67322bf08e3a4a41dbedf.tar.bz2 newspipe-db7c00006f79037aabc67322bf08e3a4a41dbedf.zip |
test if working with runtime.txt file
-rw-r--r-- | runtime.txt | 1 |
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 |