Sébastien Eustace

Results 44 comments of Sébastien Eustace

First of all, I want to say there is ongoing work to improve the dependency resolution. However, there is so much Poetry can do with the current state of the...

The `bundle` command mentioned by @hynek is definitely on my radar but will likely be implemented after the `1.0` release.

Poetry locks everything, including dev dependencies, before installing to ensure that there is no conflict between dev and runtime dependencies, so every dependency must be resolvable.

@eblume Thanks for taking the time to look into this. The issue comes from the `InstalledRepository` class which retrieves the currently installed packages from the `pip freeze` command which translates...

In terms of features, we are set for what we want to have in 3.0. There are a few fixes left to tackle and we need to fix the release...

We published at the start of this week a new prerelease version (3.0.0b1). Feature and changes wise it's frozen, only a few bug fixes to tackle before the final release...

Version 3.0 should be released this week-end if everything goes well.

The first prerelease of the next version (`3.0`) is now available for testing: https://github.com/sdispater/pendulum/releases/tag/3.0.0a1

@Caligatio What is the use case for overriding the certificate authority for PyPI?

Poetry needs the url information of a dependency for a private repository. Otherwise, it cannot guarantee the determinism of the lock file since two files, even with the same name,...