add python-stdnum as erpnext dependency

This commit is contained in:
Hendrik Sokolowski 2024-09-19 23:29:54 +02:00
parent 32bb022df7
commit 7ec2e96c2c
Signed by: hensoko
GPG key ID: 5C36A01B80BCCC59

View file

@ -14,6 +14,7 @@
# Integration dependencies # Integration dependencies
, googlemaps , googlemaps
, plaid-python , plaid-python
, python-stdnum
, python-youtube , python-youtube
, pypng , pypng
}: }:
@ -54,6 +55,7 @@ buildPythonPackage rec {
# Integration dependencies # Integration dependencies
googlemaps googlemaps
plaid-python plaid-python
python-stdnum
python-youtube python-youtube
# used for QR code generation # used for QR code generation
pypng pypng