From ad8aef0f73bd1bd09ab953867d06f1e6ccdc1cb8 Mon Sep 17 00:00:00 2001 From: Holger Frey Date: Wed, 30 Mar 2022 14:44:41 +0200 Subject: [PATCH] updated requirements --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b435629..cbb56f3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ classifiers = [ ] requires = [ - "sensospot_data", + "sensospot_parser >= 0.7.0", "Pillow >= 8.0", "click", ]