Files
TagStudio/docs
Xarvex 4e8b0502b2 fix(deps): replace optional dependencies with dependency groups
Definition: https://packaging.python.org/en/latest/specifications/dependency-groups

The optional dependency table ([project.optional-dependencies]) is
supposed to be user-facing for installs of TagStudio. Meanwhile, the
replacement dependency groups is explicitly meant for extra development
tools, so lets use that.

This does mean the command for a full development environment has changed
from:
```sh
pip install -e '.[dev]'
```

To:
```sh
pip install -e . --group all
```

The documentation has been adjusted for a quick replacement, but
probably should have more information on a later time.
2026-07-06 20:50:13 -05:00
..
2026-07-06 11:42:30 -07:00
2024-09-07 00:35:19 -07:00
2026-06-26 11:55:21 -07:00
2026-07-01 21:37:50 -07:00
2026-06-17 02:15:42 -07:00
2026-06-17 02:15:42 -07:00