diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2015-02-08 00:32:44 +0100 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2015-02-08 00:32:44 +0100 |
commit | cb3503dca77ea11748a21bee83e72b6f57c56ecf (patch) | |
tree | 08ee170aec52b79f11fc69b7942a3fb57e3f3ee6 | |
parent | Fixed a bug when exporting articles to HTML with Python 3.3. (diff) | |
download | newspipe-cb3503dca77ea11748a21bee83e72b6f57c56ecf.tar.gz newspipe-cb3503dca77ea11748a21bee83e72b6f57c56ecf.tar.bz2 newspipe-cb3503dca77ea11748a21bee83e72b6f57c56ecf.zip |
Specifying Python 3.4.2 runtime for Heroku.
-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..bc42bd0a --- /dev/null +++ b/runtime.txt @@ -0,0 +1 @@ +python-3.4.2 |