Commit graph

5 commits

Author SHA1 Message Date
fa176ae6ed Add pytest-mockito to the list of deps. 2025-10-09 18:56:18 -04:00
cf6ac16e27 Add pillow to the project's dependencies.
Also fix the relevant error message's formatting.
2025-09-19 18:33:08 -04:00
694f9f3d1f Tell pyinstaller to always include all of cliff.
This works around problems trying to load the lister plugins, which
cliff tries to find dynamically at runtime.
2025-09-06 01:30:38 -04:00
789064aa0d List commands in main.py; stop depending on entry points.
Entry points are a major hassle to deal with during distribution and
this really isn't any worse than that.  Could probably be automated
further but I'd rather have something that works consistently.
2025-08-29 19:20:53 -04:00
5938c2e306 Add a pyproject.toml with poetry and pyinstaller support. 2025-08-21 01:29:31 -04:00