From 0fd50e0426d67d6cf340870a931a6a0dd67a5a10 Mon Sep 17 00:00:00 2001 From: Ankush Menat Date: Wed, 18 Aug 2021 13:32:22 +0530 Subject: [PATCH] fix(deps): pin plaid-python to 7.2.x (#26996) * fix(deps): pin plaid-python to 7.2.x Old requirement.txt was allowing next major version which has breaking changes and causes failure in installation. * fix(deps): remove frappe from requirements.txt --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index c49b3f5c707..9f8379c3a9a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,9 +1,9 @@ braintree==3.57.1 -frappe +# frappe # https://github.com/frappe/frappe is installed during bench-init gocardless-pro==1.11.0 googlemaps==3.1.1 pandas==0.24.2 -plaid-python>=7.0.0 +plaid-python~=7.2.1 PyGithub==1.44.1 python-stdnum==1.12 Unidecode==1.1.1