Skip to content

Commit

Permalink
Add missing dateutil dependency to pyproject
Browse files Browse the repository at this point in the history
  • Loading branch information
m0rl authored Feb 3, 2024
1 parent c298e2e commit f14e3e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ license = { file = "LICENSE.md" }
keywords = ["fhir", "fhirpath"]
dynamic = ["version"]
authors = [{ name = "beda.software", email = "fhirpath@beda.software" }]
dependencies = ["antlr4-python3-runtime~=4.10"]
dependencies = ["antlr4-python3-runtime~=4.10", "python-dateutil==2.8.2"]
classifiers = [
"Development Status :: 5 - Production/Stable",
"Environment :: Web Environment",
Expand Down

0 comments on commit f14e3e7

Please sign in to comment.