From c1e211947b402beedc5cc12c4195399607371edc Mon Sep 17 00:00:00 2001 From: iamareebjamal Date: Wed, 2 Oct 2019 02:54:09 +0530 Subject: [PATCH] fix: Use explicit deps --- requirements/common.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/common.txt b/requirements/common.txt index bac0f4f81f..ed110ab485 100644 --- a/requirements/common.txt +++ b/requirements/common.txt @@ -20,7 +20,6 @@ celery~=4.3 redis~=3.3 apscheduler~=3.6.1 pillow~=6.1.0 -amqp~=2.5 gunicorn~=19.9 boto~=2.49 geoip2~=2.9.0 @@ -62,3 +61,4 @@ paypalrestsdk~=1.13 eventlet~=0.25 pyyaml~=5.1 sendgrid~=6.0 +marshmallow~=2.15.2