Unable to export requirements.txt from unpinned dependencies (PySide6) #1730
Labels
🐛 bug
Something isn't working
💝 good first issue
Good for newcomers
❓ help wanted
Extra attention is needed
Possibly related to: #1729
When trying to export requirements.txt with this dependency and no lock file, an exceptions is thrown
This however works normally when pinned:
pyproject.toml
Steps to reproduce
Actual behavior
Requirements Conflict exception is thrown
Expected behavior
Either a complain about a missing lock file
or lock and then successfully produce the requirements.txt
Environment Information
The text was updated successfully, but these errors were encountered: