From ffd7ed0566e76978caec7558a46ad139d2df4110 Mon Sep 17 00:00:00 2001 From: Jim Ciallella Date: Tue, 6 Aug 2019 19:50:29 -0400 Subject: [PATCH] Add pip and gunicorn as explicit requirements in the environments.yml --- environment.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/environment.yml b/environment.yml index 05e8f68..cac60c8 100644 --- a/environment.yml +++ b/environment.yml @@ -1,6 +1,8 @@ name: cal_service dependencies: - python=3.6 + - pip + - gunicorn - pip: - Flask==0.12.2 - simplejson==3.11.1