tox: remove dataclasses dependency from regen

This dep is not needed on newer Pythons.
This commit is contained in:
Ran Benita
2023-04-09 00:18:07 +03:00
parent 3683722bcb
commit 2d2dc4a2a8

View File

@@ -100,7 +100,6 @@ basepython = python3
passenv =
SETUPTOOLS_SCM_PRETEND_VERSION_FOR_PYTEST
deps =
dataclasses
PyYAML
regendoc>=0.8.1
sphinx