From b315bbb77ce0d2cf2741f25c8b9da14b91e26851 Mon Sep 17 00:00:00 2001 From: Alexander Clausen Date: Fri, 21 Apr 2023 16:41:14 +0200 Subject: [PATCH] Need flask if you want to use the dectris sim --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index bff12730..f34ee288 100644 --- a/setup.py +++ b/setup.py @@ -89,6 +89,7 @@ def find_version(*file_paths): "libertem-asi-tpx3", ], extras_require={ + 'sim': ['flask'], 'pymemfd': 'pymemfd', 'pytango': 'pytango', },