Skip to content

Commit

Permalink
[FIX] remove pin version of dateparser
Browse files Browse the repository at this point in the history
Issue reported here OCA#544 is fixed in recent version of dateparser
  • Loading branch information
florian-dacosta authored and petrus-v committed Dec 18, 2023
1 parent f3911d4 commit 4e8df13
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions account_invoice_import_invoice2data/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@
"external_dependencies": {
"python": [
"invoice2data",
# https://github.com/OCA/edi/issues/544
"dateparser==1.1.1",
"dateparser",
],
"deb": ["poppler-utils"],
},
Expand Down
2 changes: 1 addition & 1 deletion account_invoice_import_simple_pdf/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"depends": ["account_invoice_import"],
# "excludes": ["account_invoice_import_invoice2data"],
"external_dependencies": {
"python": ["pdfplumber", "regex", "dateparser==1.1.1"],
"python": ["pdfplumber", "regex", "dateparser"],
"deb": ["libmupdf-dev", "mupdf", "mupdf-tools", "poppler-utils"],
},
"data": [
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# generated from manifests external_dependencies
dateparser==1.1.1
dateparser
factur-x
invoice2data
ovh
Expand Down

0 comments on commit 4e8df13

Please sign in to comment.