Chore: handle dependencies with uv or migrate from poetry specific dependecies
Open
@antirotor is already working on this.
Since Aug 5, 2025.
type: enhancement
- Dominant language
- Python
- Stars
- 3
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
Description
Is there an existing issue for this?
- I have searched the existing issues and added correct labels.
Please describe the feature you have in mind and explain what the current shortcomings are?
Repository pyproject.toml is still using poetry-based dependencies. This won't work in the future and with other tools like uv - also some github actions can't work with this.
Suggested implementation?
Rewrite pyproject.toml to standard format (and while at it, switch to uv)
Describe alternatives you've considered:
No response
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.