mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-25 16:04:46 +00:00
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
|
braintree==3.57.1
|
||||||
frappe
|
# frappe # https://github.com/frappe/frappe is installed during bench-init
|
||||||
gocardless-pro==1.11.0
|
gocardless-pro==1.11.0
|
||||||
googlemaps==3.1.1
|
googlemaps==3.1.1
|
||||||
pandas==0.24.2
|
pandas==0.24.2
|
||||||
plaid-python>=7.0.0
|
plaid-python~=7.2.1
|
||||||
PyGithub==1.44.1
|
PyGithub==1.44.1
|
||||||
python-stdnum==1.12
|
python-stdnum==1.12
|
||||||
Unidecode==1.1.1
|
Unidecode==1.1.1
|
||||||
|
|||||||
Reference in New Issue
Block a user