diff --git a/.platform.app.yaml b/.platform.app.yaml
index a6def6c062c09959a5c99d0704bbea57e0b464c2..1be33d35853ff06d7071ffd4ab26749b8b7880b4 100644
--- a/.platform.app.yaml
+++ b/.platform.app.yaml
@@ -12,7 +12,7 @@ type: 'python:3.7'
 # The build-time dependencies of the app.
 dependencies:
     python3:
-       pipenv: '*'
+       pipenv: '2018.10.13'
 
 # The relationships of the application with services or other applications.
 #
@@ -53,7 +53,7 @@ hooks:
   # The build hook runs before the application is deployed, and is useful for
   # assembling the codebase.
   build: |
-    pipenv install --system
+    pipenv install --system --deploy
 
     mkdir logs
     python manage.py collectstatic