Skip to content

Commit

Permalink
Set deprecation as a root dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
cbornet committed Feb 1, 2024
1 parent 1c859cd commit f490bed
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 @@ -28,12 +28,12 @@ classifiers = [
[tool.poetry.dependencies]
python = "^3.8.0"
cassio = "~0.1.3"
deprecation = "~2.1.0"
toml = "^0.10.2"
httpx = { version="~0.25.1", extras=["http2"] }

[tool.poetry.group.dev.dependencies]
black = "~23.11.0"
deprecation = "~2.1.0"
faker = "~20.0.0"
mypy = "~1.7.0"
pre-commit = "~3.5.0"
Expand Down

0 comments on commit f490bed

Please sign in to comment.