mirror of
https://github.com/bec-project/bec_widgets.git
synced 2025-07-14 11:41:49 +02:00
fix: fixed bec_lib dependency
This commit is contained in:
5
setup.py
5
setup.py
@ -4,10 +4,7 @@ __version__ = "0.2.0"
|
||||
|
||||
if __name__ == "__main__":
|
||||
setup(
|
||||
install_requires=[
|
||||
"pyqt5",
|
||||
"pyqtgraph",
|
||||
],
|
||||
install_requires=["pyqt5", "pyqtgraph", "bec_lib"],
|
||||
extras_require={"dev": ["pytest", "pytest-random-order", "coverage", "pytest-qt", "black"]},
|
||||
version=__version__,
|
||||
)
|
||||
|
Reference in New Issue
Block a user