aboutsummaryrefslogtreecommitdiff
path: root/Pipfile.lock
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.lock
parentUpdated dependencies (diff)
downloadnewspipe-f7a20ea9315e17514149d285a698870c65a4c3b4.tar.gz
newspipe-f7a20ea9315e17514149d285a698870c65a4c3b4.tar.bz2
newspipe-f7a20ea9315e17514149d285a698870c65a4c3b4.zip
Updated Heroku Python runtime.
Diffstat (limited to 'Pipfile.lock')
-rw-r--r--Pipfile.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Pipfile.lock b/Pipfile.lock
index a8b310f5..17808bee 100644
--- a/Pipfile.lock
+++ b/Pipfile.lock
@@ -1,11 +1,11 @@
{
"_meta": {
"hash": {
- "sha256": "76eb7a2005cd93293d3bd9c91da759ce026c5ceb9b77e4dbd5cae424ead6a89d"
+ "sha256": "51b9994e0479244b48085cfdf96d2a90f9451fe451425faf3f3d300cc2e6bab4"
},
"pipfile-spec": 6,
"requires": {
- "python_version": "3.6.4"
+ "python_version": "3.6"
},
"sources": [
{
bgstack15