Skip to content

Commit 03594f3

Browse files
committed
add boltons
1 parent b63087e commit 03594f3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,9 @@ classifiers = [
3434
]
3535
requires-python = ">=3.10"
3636
dependencies = [
37-
"attrs", # todo: bounds?
38-
"cattrs", # todo: bounds?
37+
"attrs", # todo: bounds?
38+
"boltons", # todo: bounds?
39+
"cattrs", # todo: bounds?
3940
"flopy>=3.7.0",
4041
"Jinja2>=3.0",
4142
"lark", # todo: bounds?

0 commit comments

Comments
 (0)