Skip to content

Commit a535a64

Browse files
committed
add dependencies to enviroment
1 parent 3fb5f9a commit a535a64

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

setup.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@
5555
include_package_data=True,
5656
python_requires=">=3.7",
5757
install_requires=['jupyterlab-blockly>=0.1.1,<0.2'],
58+
extras_require={
59+
'env': ['bleak', 'pylgbst']
60+
},
5861
platforms="Linux, Mac OS X, Windows",
5962
keywords=["Jupyter", "JupyterLab", "JupyterLab3"],
6063
classifiers=[

0 commit comments

Comments
 (0)