Skip to content

Commit

Permalink
fix: missing dependency python-dateutil added. Closes #644 (#645)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosschroh committed May 30, 2024
1 parent 4add153 commit f7d4ad0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ faust-streaming = {version = ">=0.10.11,<0.12.0", optional = true}
casefy = "^0.1.7"
typing-extensions = "^4.2.0"
pydantic = {version = "^2.4.2", optional = true, extras = ["email"]}
python-dateutil = "^2.9.0.post0"

[tool.poetry.group.dev.dependencies]
mypy = "^1.8.0"
Expand Down

0 comments on commit f7d4ad0

Please sign in to comment.