Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
erichare committed Jan 2, 2024
1 parent bbcc84e commit 83f8400
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ classifiers = [
python = "^3.8.0"
cassio = "~0.1.3"
toml = "^0.10.2"
types-toml = "^0.10.8.7"
httpx = { version="~0.25.1", extras=["http2"] }

[tool.poetry.group.dev.dependencies]
Expand All @@ -43,6 +42,7 @@ pytest-testdox = "~3.1.0"
pytest = "~7.4.3"
python-dotenv = "~1.0.0"
ruff = "~0.1.5"
types-toml = "^0.10.8.7"

[build-system]
requires = ["poetry-core>=1.0.0"]
Expand Down

0 comments on commit 83f8400

Please sign in to comment.