Support getting requirements from local source #17
notatallshaw
started this conversation in
Functionality
Replies: 1 comment
-
p.s. I was able to reproduce this by manually editing the JSON |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to be able to create a local pyproject.toml that looks like this:
And I want to fetch the requirements from this.
The reason is, resolvelib behaves different to whether somehting is a direct requirement or a transative requirement, and I want to create a scenario where "adlfs~=2023.1", "dask[complete]~=2021.10", and "gcsfs>=2023.1, <2023.3", are all transitive requirements.
Beta Was this translation helpful? Give feedback.
All reactions