Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Poetry's table-format for dependency definition #52

Closed
NiklasRosenstein opened this issue Apr 8, 2022 · 1 comment
Closed
Assignees
Labels
enhancement New feature or request

Comments

@NiklasRosenstein
Copy link
Owner

Poetry dependencies can be defined like

[tool.poetry.dependencies]
package1 = "^0.1.0"
package2 = { version = "^0.1.0" }

And currently, we only support the first format.

The second format comes with the additional complexity of support different types of dependencies, sources (PyPI indices) and marking dependencies as optional.

@NiklasRosenstein NiklasRosenstein added the enhancement New feature or request label Apr 8, 2022
@NiklasRosenstein NiklasRosenstein self-assigned this Apr 8, 2022
NiklasRosenstein added a commit that referenced this issue Apr 10, 2022
…d a better install implementation that may be able to support lock files in the future
NiklasRosenstein added a commit that referenced this issue Apr 11, 2022
#52 to support explicit sources in the dependency config)
@NiklasRosenstein
Copy link
Owner Author

Done in latest develop, should be released as part of 1.5.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant