Devdependencies?
#567
-
[tool.hatch.envs.default]
dependencies = [
"pytest",
"pytest-cov"
] some packages such as black, pytest are only needed in development. It'd be better to not add them to dependencies. however I wasn't able to find anything similar to |
Beta Was this translation helpful? Give feedback.
Answered by
ofek
Oct 21, 2022
Replies: 1 comment
-
https://hatch.pypa.io/latest/config/environment/overview/#dependencies |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
scarf005
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://hatch.pypa.io/latest/config/environment/overview/#dependencies