Skip to content

Commit

Permalink
add pydantic to deps
Browse files Browse the repository at this point in the history
  • Loading branch information
m.kindritskiy committed Oct 17, 2024
1 parent 8f49c02 commit e5579b9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
10 changes: 5 additions & 5 deletions pdm.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@ name = "darq-ui"
dynamic = ["version"]
description = "A UI for darq"
authors = [{ name = "m.kindritskiy", email = "[email protected]" }]
dependencies = ["darq>=0.11.2"]
dependencies = [
"darq>=0.11.2",
"pydantic>=2.9.2",
]
requires-python = ">=3.10"
readme = "README.md"
license = { text = "BSD-3-Clause" }
Expand Down

0 comments on commit e5579b9

Please sign in to comment.