forked from M-Labs/artiq
setup.py: Add lmdb dependency
This has actually been a required dependency since
e710d4badd
.
This commit is contained in:
parent
460cbf4499
commit
e45dc948e9
2
setup.py
2
setup.py
|
@ -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",
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue