From 6ec297ab4f093154ff191f9d290b4e2aa388deba Mon Sep 17 00:00:00 2001
From: Michal Cyprian <michal@platform.sh>
Date: Fri, 26 Oct 2018 14:23:48 +0200
Subject: [PATCH] Use Python 3 build dependencies

https://docs.platform.sh/configuration/app/build.html#python-dependencies
---
 .platform.app.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.platform.app.yaml b/.platform.app.yaml
index f2b9d44..a6def6c 100644
--- a/.platform.app.yaml
+++ b/.platform.app.yaml
@@ -11,7 +11,7 @@ type: 'python:3.7'
 
 # The build-time dependencies of the app.
 dependencies:
-    python:
+    python3:
        pipenv: '*'
 
 # The relationships of the application with services or other applications.
-- 
GitLab