Skip to content

Commit

Permalink
Added jq to the manifest and removed camel_converter
Browse files Browse the repository at this point in the history
  • Loading branch information
Q-Niranjan committed Jan 21, 2025
1 parent 7e754d7 commit 0e20398
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion g2p_social_registry_importer/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"security/ir.model.access.csv",
"views/fetch_social_registry_beneficiary_views.xml",
],
"external_dependencies": {"python": ["camel_converter"]},
"external_dependencies": {"python": ["jq"]},
"application": True,
"auto_install": False,
"installable": True,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@
<field name="import_registrant_without_id" />
<field name="target_registry" />
<field name="target_program" />
<field name="output_mapping" />
<field name="query" />
<field name="output_mapping" />
<field name="last_sync_date" />
<field
name="imported_registrant_ids"
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# generated from manifests external_dependencies
base45
camel_converter
cose
formio-data
jq
pdfkit
python-barcode
python-dateutil
Expand Down

0 comments on commit 0e20398

Please sign in to comment.