Frost Ming

Results 480 comments of Frost Ming

Use `find_links` as the sole source, refer to the [docs](https://pdm.fming.dev/latest/pyproject/tool-pdm/#find-links-source): pyproject.toml: ```toml [[tool.pdm.source]] url = "file:///path/to/local/packages/folder" name = "pypi" type = "find_links" ```

Where is the key `platform` documented? I can't find it at https://python-poetry.org/docs/dependency-specification/. Where can I find the full list of dependency keys? It is unfair to blame PDM if the...

Well, but `platform` isn't a standard environment marker key per PEP 508. It seems randomly picked by the Poetry maintainers without mentioning it in the docs. 😢

The unrecognized arguments will be ignored now, close this issue

why not updating the requires-python range, what is the value by the way?

> Because I'm running this in CI against dozens of packages maintained by different people at my company, in order to learn about what compatibility issues might exist I can't...

A minor change should do the trick ```diff -RUN pdm install --prod --no-lock --no-editable +RUN mkdir __pypackages__ && pdm install --prod --no-lock --no-editable ``` Can you help check if it...

PDM author here. There are three different tasks here: 1. Dependency management, which is a user flavor and lektor source does not need to care too much. 2. Build backend...

@dhendry the issues don't look the same. Did you access pypi behind a proxy? Was https://pypi.org/simple reachable?