Skip to content

Commit

Permalink
Drop types-dataclasses as a development dependency
Browse files Browse the repository at this point in the history
Now that we've dropped dataclasses as a dependency, this can be dropped too.

See Textualize#2566.
  • Loading branch information
davep committed Oct 10, 2022
1 parent a490f09 commit cb2f77d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ black = "^22.6"
mypy = "^0.971"
pytest-cov = "^3.0.0"
attrs = "^21.4.0"
types-dataclasses = "^0.6.4"
pre-commit = "^2.17.0"
asv = "^0.5.1"

Expand Down

0 comments on commit cb2f77d

Please sign in to comment.