Skip to content

Commit

Permalink
dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cjohnhanson committed Oct 22, 2024
1 parent 1bdf037 commit ae7caca
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ packages = [
]

[tool.poetry.dependencies]
python = ">=3.8,<3.13"
python = ">=3.9,<3.13"
importlib-resources = { version = "==6.4.*", python = "<3.9" }
singer-sdk = { version="~=0.39.1", extras = ["faker",] }
fs-s3fs = { version = "~=1.1.1", optional = true }
Expand All @@ -33,6 +33,8 @@ requests = "~=2.32.3"
pytest = ">=7.4.0"
singer-sdk = { version="~=0.39.1", extras = ["testing"] }
meltano = "^3.5.0"
bs4 = "^0.0.2"
playwright = "^1.48.0"

[tool.poetry.extras]
s3 = ["fs-s3fs"]
Expand Down

0 comments on commit ae7caca

Please sign in to comment.