Skip to content

Commit

Permalink
Merge pull request #128 from darach/main
Browse files Browse the repository at this point in the history
Fix missing dependency on iso8601 in pyproject.toml
  • Loading branch information
darach authored Sep 10, 2024
2 parents ce9cdf0 + 7cd2bb9 commit 30ef9ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ description = "Official bindings for the Axiom API"
readme = "README.md"
requires-python = ">=3.8"
dependencies = [
"iso8601>=1.0.2",
"requests>=2.32.3",
"requests-toolbelt>=1.0.0",
"ujson>=5.10.0",
Expand Down

0 comments on commit 30ef9ff

Please sign in to comment.