Skip to content

Commit

Permalink
Move rospy and rclpy dependencies into the optional ones
Browse files Browse the repository at this point in the history
  • Loading branch information
jara001 committed Mar 8, 2022
1 parent 41c74a7 commit a1ff8bb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,8 @@
"Programming Language :: Python",
"Topic :: Scientific/Engineering",
],
install_requires=["rospy"]
extras_require={
"ros1": "rospy",
"ros2": "rclpy",
},
)

0 comments on commit a1ff8bb

Please sign in to comment.