[Task]: Missing requirements.txt or pyproject.toml #13

Open
opened 2026-04-17 11:35:09 +00:00 by tgohle · 0 comments
Owner

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:

  • a fresh local environment
  • contributors
  • future maintenance after a break
  • reproducible test installs

At the moment the dependency footprint is small, but that is exactly why it is easy to document now.

Fix approach

Add either:

  • a minimal requirements.txt
  • or a small pyproject.toml

At minimum, document the PyQt5 dependency clearly.

Status

Still open.
Packaging/documentation task, not a runtime bug.

### 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: - a fresh local environment - contributors - future maintenance after a break - reproducible test installs At the moment the dependency footprint is small, but that is exactly why it is easy to document now. ### Fix approach Add either: - a minimal `requirements.txt` - or a small `pyproject.toml` At minimum, document the PyQt5 dependency clearly. ### Status Still open. Packaging/documentation task, not a runtime bug.
tgohle added the
area/config
kind
task
3
severity
low
3
state
confirmed
2
labels 2026-04-17 11:49:45 +00:00
tgohle self-assigned this 2026-04-17 12:09:17 +00:00
tgohle changed title from Missing requirements.txt or pyproject.toml to [Task]: Missing requirements.txt or pyproject.toml 2026-04-18 11:19:59 +00:00
Sign in to join this conversation.
No description provided.