From cb2f77dc5e53b06edc19a4d092930e1ab1821ac1 Mon Sep 17 00:00:00 2001 From: Dave Pearson Date: Mon, 10 Oct 2022 17:16:37 +0100 Subject: [PATCH] Drop types-dataclasses as a development dependency Now that we've dropped dataclasses as a dependency, this can be dropped too. See #2566. --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 60474104..acc02f51 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"