Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: use pep508.parseString for requiredPkgs parsing
PEP508 supports `requires` lines that have leading/trailing spaces, such as: requires = ["poetry-core >=1.7.0"] Poetry apparently handles this fine, but poetry2nix doesn't. This commit uses proper parsing with the pep508 library.
- Loading branch information