Skip to content

Commit

Permalink
packaging: Add faker extra dependency to singer-sdk (#496)
Browse files Browse the repository at this point in the history
Fixes: #493

---------

Co-authored-by: mmarcon <[email protected]>
  • Loading branch information
maxmarcon and mmarcon authored Sep 5, 2024
1 parent e8b41c4 commit 8cc55cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion 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 @@ -39,6 +39,7 @@ sshtunnel = "0.4.0"

[tool.poetry.dependencies.singer-sdk]
version = "~=0.40.0a1"
extras = ["faker"]

[tool.poetry.group.dev.dependencies]
faker = ">=18.5.1"
Expand Down

0 comments on commit 8cc55cd

Please sign in to comment.