From 4f99a0c1d89c5552c978ba1dabd93aea347c76cb Mon Sep 17 00:00:00 2001 From: w-bonelli Date: Mon, 9 Dec 2024 19:16:45 -0500 Subject: [PATCH] add boltons --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index ccb2a64..dbab66a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,6 +36,7 @@ classifiers = [ requires-python = ">=3.10" dependencies = [ "attrs", # todo: bounds? + "boltons", # todo: bounds? "cattrs", # todo: bounds? "flopy>=3.7.0", "Jinja2>=3.0",