[Task]: Missing requirements.txt or pyproject.toml #13
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
The repository currently has no minimal dependency declaration.
Why this matters
Even for a small project, a simple dependency file makes setup easier for:
At the moment the dependency footprint is small, but that is exactly why it is easy to document now.
Fix approach
Add either:
requirements.txtpyproject.tomlAt minimum, document the PyQt5 dependency clearly.
Status
Still open.
Packaging/documentation task, not a runtime bug.
Missing requirements.txt or pyproject.tomlto [Task]: Missing requirements.txt or pyproject.toml