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
This commit is contained in:
Ankush Menat
2021-08-18 13:32:22 +05:30
committed by GitHub
parent bdfc300896
commit 0fd50e0426

View File

@@ -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