Skip to content

Commit 7d144e2

Browse files
committed
Add poetry section
1 parent 4913da8 commit 7d144e2

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

pyproject.toml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,22 @@ dependencies = [
1111
readme = "README.md"
1212
requires-python = ">= 3.8"
1313

14+
[tool.poetry.dependencies]
15+
pytest = ">=8.1.1"
16+
pytest-cases = ">=3.8.4"
17+
pytest-rerunfailures = ">=14.0"
18+
pytest-snapshot = ">=0.9.0"
19+
nbconvert = ">=7.16.2"
20+
nbformat = ">=5.10.3"
21+
pytest-cov = ">=4.1.0"
22+
pytest-xdist = ">=3.5.0"
23+
toml-cli = ">=0.6.0"
24+
faker = ">=25.5.0"
25+
pytest-timestamper = ">=0.0.10"
26+
pytest-timeout = ">=2.3.1"
27+
pytest-order = ">=1.2.1"
28+
29+
1430
[tool.rye]
1531
managed = true
1632
virtual = true

0 commit comments

Comments
 (0)