setup.py: Add lmdb dependency

This has actually been a required dependency since
e710d4badd.
pull/2113/head
David Nadlinger 2023-09-15 00:11:27 +01:00
parent 460cbf4499
commit e45dc948e9
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ if sys.version_info[:2] < (3, 7):
# Depends on PyQt5, but setuptools cannot check for it.
requirements = [
"numpy", "scipy",
"python-dateutil", "prettytable", "h5py",
"python-dateutil", "prettytable", "h5py", "lmdb",
"qasync", "pyqtgraph", "pygit2",
"llvmlite", "pythonparser", "levenshtein",
]