aboutsummaryrefslogtreecommitdiff
path: root/Pipfile
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2018-05-10 23:48:48 +0200
committerCédric Bonhomme <cedric@cedricbonhomme.org>2018-05-10 23:48:48 +0200
commitf7a20ea9315e17514149d285a698870c65a4c3b4 (patch)
treef59e16c24abd8e4ae6ef03c85e4a0aa4699356c1 /Pipfile
parentUpdated dependencies (diff)
downloadnewspipe-f7a20ea9315e17514149d285a698870c65a4c3b4.tar.gz
newspipe-f7a20ea9315e17514149d285a698870c65a4c3b4.tar.bz2
newspipe-f7a20ea9315e17514149d285a698870c65a4c3b4.zip
Updated Heroku Python runtime.
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Pipfile b/Pipfile
index 0e0b6436..a66e27b3 100644
--- a/Pipfile
+++ b/Pipfile
@@ -5,7 +5,7 @@ verify_ssl = true
name = "pypi"
[requires]
-python_version = "3.6.4"
+python_version = "3.6"
[packages]
bgstack15