python311Packages.pydantic: autoflake is only used at build time
This commit is contained in:
parent
2b671e96a8
commit
588d78bba7
1 changed files with 1 additions and 1 deletions
|
@ -54,6 +54,7 @@ buildPythonPackage rec {
|
||||||
cython
|
cython
|
||||||
] ++ lib.optionals withDocs [
|
] ++ lib.optionals withDocs [
|
||||||
# dependencies for building documentation
|
# dependencies for building documentation
|
||||||
|
autoflake
|
||||||
ansi2html
|
ansi2html
|
||||||
markdown-include
|
markdown-include
|
||||||
mdx-truly-sane-lists
|
mdx-truly-sane-lists
|
||||||
|
@ -67,7 +68,6 @@ buildPythonPackage rec {
|
||||||
];
|
];
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
autoflake
|
|
||||||
devtools
|
devtools
|
||||||
email-validator
|
email-validator
|
||||||
pyupgrade
|
pyupgrade
|
||||||
|
|
Loading…
Reference in a new issue