From bf67d9daf74cd2ff28304656ad7d2d6c65e89097 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leon=20Michel=20Gori=C3=9Fen?= <leon.gorissen@llt.rwth-aachen.de> Date: Fri, 24 May 2024 09:44:46 +0200 Subject: [PATCH] Chore: Add todos --- catkin_ws/requirements.txt | 3 ++- coscine_watchdog/requirements.txt | 3 ++- franka_lock_unlock/requirements.txt | 1 + 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/catkin_ws/requirements.txt b/catkin_ws/requirements.txt index a3e9ccc..4c274f4 100644 --- a/catkin_ws/requirements.txt +++ b/catkin_ws/requirements.txt @@ -2,4 +2,5 @@ requests rich black flake8 -isort \ No newline at end of file +isort +# TODO Update and fix versions \ No newline at end of file diff --git a/coscine_watchdog/requirements.txt b/coscine_watchdog/requirements.txt index 4a471f4..ecca65e 100644 --- a/coscine_watchdog/requirements.txt +++ b/coscine_watchdog/requirements.txt @@ -11,4 +11,5 @@ sphinx # documentation generator furo # sphinx documentation theme myst-parser # sphinx plugin for markdown support sphinx-copybutton # inserts buttons to copy sourcecode in docs -flask \ No newline at end of file +flask +# TODO Update and fix versions \ No newline at end of file diff --git a/franka_lock_unlock/requirements.txt b/franka_lock_unlock/requirements.txt index 8c7489b..18274cd 100644 --- a/franka_lock_unlock/requirements.txt +++ b/franka_lock_unlock/requirements.txt @@ -4,3 +4,4 @@ black flake8 isort wheel +# TODO Update and fix versions \ No newline at end of file -- GitLab