mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-06 21:59:13 +00:00
@@ -11,21 +11,21 @@ dependencies = [
|
|||||||
# Core dependencies
|
# Core dependencies
|
||||||
"Unidecode~=1.4.0",
|
"Unidecode~=1.4.0",
|
||||||
"barcodenumber~=0.5.0",
|
"barcodenumber~=0.5.0",
|
||||||
"rapidfuzz~=3.12.2",
|
"rapidfuzz~=3.14.3",
|
||||||
"holidays~=0.75",
|
"holidays~=0.87",
|
||||||
|
|
||||||
# integration dependencies
|
# integration dependencies
|
||||||
"googlemaps~=4.10.0",
|
"googlemaps~=4.10.0",
|
||||||
"plaid-python~=7.2.1",
|
"plaid-python~=7.2.1",
|
||||||
"python-youtube~=0.9.7",
|
"python-youtube~=0.9.8",
|
||||||
|
|
||||||
# Not used directly - required by PyQRCode for PNG generation
|
# Not used directly - required by PyQRCode for PNG generation
|
||||||
"pypng~=0.20220715.0",
|
"pypng~=0.20220715.0",
|
||||||
|
|
||||||
# MT940 parser for bank statements
|
# MT940 parser for bank statements
|
||||||
"mt-940>=4.26.0",
|
"mt-940>=4.26.0",
|
||||||
"pandas~=2.2.2",
|
"pandas~=2.3.3",
|
||||||
"statsmodels~=0.14.5",
|
"statsmodels~=0.14.6",
|
||||||
]
|
]
|
||||||
|
|
||||||
[build-system]
|
[build-system]
|
||||||
|
|||||||
Reference in New Issue
Block a user