From a5f4af817957f0242b57a6b6e69bbd94d7379314 Mon Sep 17 00:00:00 2001 From: Leonardo Schwarz Date: Mon, 21 Oct 2024 12:58:33 +0200 Subject: [PATCH] update pyproject toml --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 6a06332..5faf5fe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,6 +47,7 @@ dependencies = [ "perlin-noise==1.13", # TODO demote to optional again later, but necessary for pycharm right now "bfabric @ git+https://github.com/fgcz/bfabricPy.git@main", + "app_runner @ git+https://github.com/fgcz/bfabricPy.git@main#egg=app_runner&subdirectory=app_runner", ] [project.scripts]