Skip to content

Instantly share code, notes, and snippets.

@rotu
Last active October 7, 2020 16:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rotu/307020f80998bcb18f9236f4f79aeb87 to your computer and use it in GitHub Desktop.
Save rotu/307020f80998bcb18f9236f4f79aeb87 to your computer and use it in GitHub Desktop.
Poetry Colcon
[tool.poetry]
name = "Colcon"
version = "0.0.1"
description = "Workspace for editing Colcon"
authors = ["Dan Rose <dan@digilabs.io>"]
[tool.poetry.dependencies]
python = "^3.8"
colcon-argcomplete = {git = "https://github.com/colcon/colcon-argcomplete.git"}
colcon-bash = {git = "https://github.com/colcon/colcon-bash.git"}
colcon-bazel = {git = "https://github.com/colcon/colcon-bazel.git"}
colcon-bundle = {git = "https://github.com/colcon/colcon-bundle.git"}
colcon-cargo = {git = "https://github.com/colcon/colcon-cargo.git"}
colcon-cd = {git = "https://github.com/colcon/colcon-cd.git"}
colcon-cmake = {git = "https://github.com/colcon/colcon-cmake.git"}
colcon-common-extensions = {git = "https://github.com/colcon/colcon-common-extensions.git"}
colcon-core = {git = "https://github.com/colcon/colcon-core.git"}
colcon-coveragepy-result = {git = "https://github.com/colcon/colcon-coveragepy-result.git"}
colcon-defaults = {git = "https://github.com/colcon/colcon-defaults.git"}
colcon-devtools = {git = "https://github.com/colcon/colcon-devtools.git"}
colcon-gradle = {git = "https://github.com/colcon/colcon-gradle.git"}
colcon-library-path = {git = "https://github.com/colcon/colcon-library-path.git"}
colcon-metadata = {git = "https://github.com/colcon/colcon-metadata.git"}
colcon-mixin = {git = "https://github.com/colcon/colcon-mixin.git"}
colcon-notification = {git = "https://github.com/colcon/colcon-notification.git"}
colcon-output = {git = "https://github.com/colcon/colcon-output.git"}
colcon-package-information = {git = "https://github.com/colcon/colcon-package-information.git"}
colcon-package-selection = {git = "https://github.com/colcon/colcon-package-selection.git"}
colcon-parallel-executor = {git = "https://github.com/colcon/colcon-parallel-executor.git"}
colcon-pkg-config = {git = "https://github.com/colcon/colcon-pkg-config.git"}
colcon-powershell = {git = "https://github.com/colcon/colcon-powershell.git"}
colcon-python-setup-py = {git = "https://github.com/colcon/colcon-python-setup-py.git"}
colcon-recursive-crawl = {git = "https://github.com/colcon/colcon-recursive-crawl.git"}
colcon-ros = {git = "https://github.com/colcon/colcon-ros.git"}
colcon-ros-bazel = {git = "https://github.com/colcon/colcon-ros-bazel.git"}
colcon-ros-bundle = {git = "https://github.com/colcon/colcon-ros-bundle.git"}
colcon-ros-gradle = {git = "https://github.com/colcon/colcon-ros-gradle.git"}
colcon-sanitizer-reports = {git = "https://github.com/colcon/colcon-sanitizer-reports.git"}
colcon-spawn-shell = {git = "https://github.com/colcon/colcon-spawn-shell.git"}
colcon-test-result = {git = "https://github.com/colcon/colcon-test-result.git"}
colcon-zsh = {git = "https://github.com/colcon/colcon-zsh.git"}
rosdep = {git = "https://github.com/ros-infrastructure/rosdep.git"}
vcstool = {git = "https://github.com/dirk-thomas/vcstool.git"}
[build-system]
requires = ["poetry>=1.1", "setuptools>=46.4.0"]
build-backend = "poetry.masonry.api"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment