Skip to content

Commit ac55d90

Browse files
committed
add boltons
1 parent 6684972 commit ac55d90

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
@@ -35,8 +35,9 @@ classifiers = [
3535
]
3636
requires-python = ">=3.10"
3737
dependencies = [
38-
"attrs", # todo: bounds?
39-
"cattrs", # todo: bounds?
38+
"attrs", # todo: bounds?
39+
"boltons", # todo: bounds?
40+
"cattrs", # todo: bounds?
4041
"flopy>=3.7.0",
4142
"Jinja2>=3.0",
4243
"lark", # todo: bounds?

0 commit comments

Comments
 (0)