You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some people may argue that development dependencies should be separated from optional dependencies e.g. in separate requirements.txt file. Poetry, or PDM, does it with a special section. What is an official recommendation?
Sample
[project.optional-dependencies]
dev = ["check-manifest"]
test = ["coverage"]
The text was updated successfully, but these errors were encountered:
4e1e0603
changed the title
Should be development dependencies included in optional section?
Should development dependencies be included in the optional section?
Nov 21, 2023
Some people may argue that development dependencies should be separated from optional dependencies e.g. in separate requirements.txt file. Poetry, or PDM, does it with a special section. What is an official recommendation?
Sample
PDM
Poetry
The text was updated successfully, but these errors were encountered: