Skip to content

Commit adc201b

Browse files
committed
✅ fix\(dep\): Ugly fix for the CI who not look at opt-dep..
1 parent 725df29 commit adc201b

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,10 @@ dependencies = [
4242
# OpenAEV,
4343
"requests-toolbelt (>=1.0.0,<1.1.0)",
4444
"dataclasses-json (>=0.6.4,<0.7.0)",
45-
"thefuzz (>=0.22,<0.23)"
45+
"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)",
4649
]
4750

4851
[project.optional-dependencies]

0 commit comments

Comments
 (0)