diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2015-09-18 22:31:09 +0200 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2015-09-18 22:31:09 +0200 |
commit | cd41896c4f2d9d5b61ebd272da31479d90055b05 (patch) | |
tree | ba36665361bee316bedcaba4b5f8bbc8613440eb /runtime.txt | |
parent | With the new version of Flask-Login is_authenticated is now a property. (diff) | |
download | newspipe-cd41896c4f2d9d5b61ebd272da31479d90055b05.tar.gz newspipe-cd41896c4f2d9d5b61ebd272da31479d90055b05.tar.bz2 newspipe-cd41896c4f2d9d5b61ebd272da31479d90055b05.zip |
Updated Python runtime for Heroku.
Diffstat (limited to 'runtime.txt')
-rw-r--r-- | runtime.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime.txt b/runtime.txt index bc42bd0a..79672da1 100644 --- a/runtime.txt +++ b/runtime.txt @@ -1 +1 @@ -python-3.4.2 +python-3.4.3 |