Skip to content

Commit 22a3a3a

Browse files
committed
Fix dependencies for extra "uhd-urz"
1 parent 2b0ce5f commit 22a3a3a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ typer = { extras = ["all"], version = "^0.9.0" }
3838
pyyaml = "^6.0.1"
3939
mistune = "^3.0.2"
4040
h2 = "^4.1.0"
41+
python-dateutil = { version = "^2.8.2", optional = true }
42+
tenacity = { version = "^8.2.3", optional = true }
4143

4244
[tool.poetry.extras]
4345
uhd-urz = ["python-dateutil", "tenacity"]

0 commit comments

Comments
 (0)