Skip to content

Commit

Permalink
remove ros2cli
Browse files Browse the repository at this point in the history
  • Loading branch information
ipa-rwu committed Dec 14, 2023
1 parent 0371e8b commit 2373200
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
("share/" + package_name, ["package.xml"]),
("share/ament_index/resource_index/packages", ["resource/" + package_name]),
],
install_requires=["ros2cli", "jinja2", "pydantic", "pyaml", "lark", "devtools"],
install_requires=["jinja2", "pydantic", "pyaml", "lark", "devtools"],
zip_safe=True,
author="Nadia Hammoudeh Garcia, Ruichao Wu",
author_email="[email protected], [email protected]",
Expand Down

0 comments on commit 2373200

Please sign in to comment.