From 081c391cd673f729d5f2ba196c7ed75dd5ef585f Mon Sep 17 00:00:00 2001 From: Tobias Klockau Date: Wed, 4 Oct 2023 16:00:21 +0200 Subject: [PATCH] chore: include raillabel in dependencies --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6e23f98..1e4440f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,8 @@ classifiers = [ ] dependencies = [ "jsonschema>=4.4.0", - "fastjsonschema>=2.16.2" + "fastjsonschema>=2.16.2", + "raillabel>=3.1.0" ] [project.urls]