We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4913da8 commit 7d144e2Copy full SHA for 7d144e2
pyproject.toml
@@ -11,6 +11,22 @@ dependencies = [
11
readme = "README.md"
12
requires-python = ">= 3.8"
13
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
30
[tool.rye]
31
managed = true
32
virtual = true
0 commit comments