forked from M-Labs/artiq
setup.py: Add missing platformdirs dependency
This was introduced in 583a4ceadd
, but only added to the
Nix flake there.
This commit is contained in:
parent
00f2e3ae93
commit
a1fb6e1b70
1
setup.py
1
setup.py
|
@ -16,6 +16,7 @@ requirements = [
|
||||||
"python-dateutil", "prettytable", "h5py", "lmdb",
|
"python-dateutil", "prettytable", "h5py", "lmdb",
|
||||||
"qasync", "pyqtgraph", "pygit2",
|
"qasync", "pyqtgraph", "pygit2",
|
||||||
"llvmlite", "pythonparser", "levenshtein",
|
"llvmlite", "pythonparser", "levenshtein",
|
||||||
|
"platformdirs",
|
||||||
]
|
]
|
||||||
|
|
||||||
console_scripts = [
|
console_scripts = [
|
||||||
|
|
Loading…
Reference in New Issue