From a1fb6e1b709fef1089663a7bc207fa4f09174378 Mon Sep 17 00:00:00 2001 From: David Nadlinger Date: Fri, 30 Aug 2024 15:46:56 +0100 Subject: [PATCH] setup.py: Add missing platformdirs dependency This was introduced in 583a4ceadd, but only added to the Nix flake there. --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index f76401ecc..23ff6707c 100755 --- a/setup.py +++ b/setup.py @@ -16,6 +16,7 @@ requirements = [ "python-dateutil", "prettytable", "h5py", "lmdb", "qasync", "pyqtgraph", "pygit2", "llvmlite", "pythonparser", "levenshtein", + "platformdirs", ] console_scripts = [