From 00eeef3fdf330d770413fa794e79dada9c43aa41 Mon Sep 17 00:00:00 2001 From: Leonardo Schwarz Date: Tue, 12 Nov 2024 10:39:10 +0100 Subject: [PATCH] add frictionless-py --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 070f867..56d59eb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,6 +44,7 @@ dependencies = [ "findmfpy", "kdepy>=1.1.8", "perlin-noise==1.13", + "frictionless", # 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",