python311Packages.pydantic: autoflake is only used at build time

This commit is contained in:
Robert Schütz 2023-01-09 08:16:14 -08:00
parent 2b671e96a8
commit 588d78bba7

View file

@ -54,6 +54,7 @@ buildPythonPackage rec {
cython
] ++ lib.optionals withDocs [
# dependencies for building documentation
autoflake
ansi2html
markdown-include
mdx-truly-sane-lists
@ -67,7 +68,6 @@ buildPythonPackage rec {
];
propagatedBuildInputs = [
autoflake
devtools
email-validator
pyupgrade