aboutsummaryrefslogtreecommitdiff
path: root/Pipfile
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2018-08-07 00:31:24 +0200
committerCédric Bonhomme <cedric@cedricbonhomme.org>2018-08-07 00:31:24 +0200
commit2fd03ffaf50fcb520360ce910e0e0471ec06609c (patch)
treefecd22b979fc0c9dff9661377cf8fddf4eb77b3b /Pipfile
parentRemoved now useless files. (diff)
downloadnewspipe-2fd03ffaf50fcb520360ce910e0e0471ec06609c.tar.gz
newspipe-2fd03ffaf50fcb520360ce910e0e0471ec06609c.tar.bz2
newspipe-2fd03ffaf50fcb520360ce910e0e0471ec06609c.zip
Updated Heroku runtime and Pipfile file for Python 3.7.0.
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Pipfile b/Pipfile
index a66e27b3..0cf31991 100644
--- a/Pipfile
+++ b/Pipfile
@@ -5,7 +5,7 @@ verify_ssl = true
name = "pypi"
[requires]
-python_version = "3.6"
+python_version = "3.7"
[packages]
bgstack15