Skip to content

Commit

Permalink
Debugging GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianswms committed Jul 25, 2023
1 parent 862949a commit 3b4a54e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ keywords = [
license = "Apache 2.0"

[tool.poetry.dependencies]
python = "<3.11,>=3.7.1"
python = "<3.11,>=3.8"
requests = "^2.25.1"
singer-sdk = "0.29.0"

[tool.poetry.dev-dependencies]
pytest = "^6.2.5"
tox = "^3.24.4"
flake8 = "^3.9.2"
black = "^21.9b0"
black = "^23.7.0"
pydocstyle = "^6.1.1"
mypy = "^0.910"
types-requests = "^2.25.8"
Expand Down

0 comments on commit 3b4a54e

Please sign in to comment.