Skip to content

Commit

Permalink
Add missing packaging dependency (#2281)
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonLuttenberger authored May 15, 2023
1 parent 3696e32 commit 57ff6bf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 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 @@ -34,6 +34,7 @@ pandas = ">=1.2.0,!=1.5.0,<3.0.0" # Exclusion per: https://github.com/aws/aws-sd
numpy = "^1.18"
pyarrow = ">=7.0.0"
typing-extensions = "^4.4.0"
packaging = "^23.1"

# Databases
redshift-connector = { version = "^2.0.0", optional = true }
Expand Down

0 comments on commit 57ff6bf

Please sign in to comment.