Skip to content

Commit 9b6dcde

Browse files
Add jupyter-rospkg dependency (#23)
1 parent 3380ee1 commit 9b6dcde

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

setup.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,15 @@
5151
long_description=long_description,
5252
long_description_content_type="text/markdown",
5353
packages=setuptools.find_packages(),
54+
install_requires = [
55+
'jupyter_rospkg>=0.3',
56+
],
57+
extras_require = {
58+
'dev': [
59+
'click',
60+
'jupyter_releaser>=0.22'
61+
]
62+
},
5463
zip_safe=False,
5564
include_package_data=True,
5665
python_requires=">=3.7",

0 commit comments

Comments
 (0)