We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 725df29 commit adc201bCopy full SHA for adc201b
1 file changed
pyproject.toml
@@ -42,7 +42,10 @@ dependencies = [
42
# OpenAEV,
43
"requests-toolbelt (>=1.0.0,<1.1.0)",
44
"dataclasses-json (>=0.6.4,<0.7.0)",
45
- "thefuzz (>=0.22,<0.23)"
+ "thefuzz (>=0.22,<0.23)",
46
+ # Ugly fix, we need to fix the CI to use: [dev]
47
+ "pytest (>=9.0.0,<9.1.0)",
48
+ "pytest-bdd (>=8.1.0, <8.2.0)",
49
]
50
51
[project.optional-dependencies]
0 commit comments