fix upload excel
This commit is contained in:
parent
426ddf9aaa
commit
2d4273032c
|
@ -189,7 +189,7 @@ class ImportForm(forms.Form):
|
||||||
cred = VerificableCredential(
|
cred = VerificableCredential(
|
||||||
verified=False,
|
verified=False,
|
||||||
user=user,
|
user=user,
|
||||||
csv_data=json.dumps(row),
|
csv_data=json.dumps(row, default=str),
|
||||||
issuer_did=self._did,
|
issuer_did=self._did,
|
||||||
schema=self._schema,
|
schema=self._schema,
|
||||||
eidas1_did=self._eidas1
|
eidas1_did=self._eidas1
|
||||||
|
|
|
@ -27,4 +27,5 @@ uharfbuzz==0.38.0
|
||||||
fontTools==4.47.0
|
fontTools==4.47.0
|
||||||
weasyprint==60.2
|
weasyprint==60.2
|
||||||
ujson==5.9.0
|
ujson==5.9.0
|
||||||
|
openpyxl==3.1.2
|
||||||
./didkit-0.3.2-cp311-cp311-manylinux_2_34_x86_64.whl
|
./didkit-0.3.2-cp311-cp311-manylinux_2_34_x86_64.whl
|
||||||
|
|
Loading…
Reference in New Issue