Drop types-dataclasses as a development dependency

Now that we've dropped dataclasses as a dependency, this can be dropped too.

See #2566.
This commit is contained in:
Dave Pearson 2022-10-10 17:16:37 +01:00
parent a490f09074
commit cb2f77dc5e
No known key found for this signature in database
GPG key ID: B413E0EF113D4ABF

View file

@ -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"