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
Support optional additional dependencies in pyproject.toml
You may want to make some of your dependencies optional, if they are only needed for a specific feature of your package. In that case, put them in optional-dependencies.
Each of the keys defines a “packaging extra”. In the example above, one could use, e.g., pip install your-project-name[gui] to install your project with GUI support, adding the PyQt5 dependency.
The text was updated successfully, but these errors were encountered:
flexatone
changed the title
Impement --bound-option to select one ore more additional pyproject dependencies.
Implement --bound-options to select one ore more additional pyproject dependencies.
Nov 9, 2024
Support optional additional dependencies in pyproject.toml
this should also work for poetry style groups
The text was updated successfully, but these errors were encountered: