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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user