Replies: 2 comments 6 replies
-
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks for the reply, unfortunately pdm import doesn't actually work for my needs. Ideally I'm looking for something like Ultimately the goal is to create a hatch plugin with pdm's locking superpowers. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm looking to leverage PDM for a hatch LockFile plugin - the current workflow I'm after is using hatch to create a
requirements.in
file - ultimately it's a loosely pinned requirements file format. I would then feed that file to PDM and create an exhaustive lock file from all the transitive dependencies. I'd really like to leverage PDM for generating the LockFile but it seems like it's only able to infer requirements from a Python build file like a pyproject.toml?It's worth noting that the goal here is to create a lock-file for a hatch environment - an example environment might be only used for something like linting and wouldn't include runtime dependencies (although runtime lock files will be another use-case).
Beta Was this translation helpful? Give feedback.
All reactions