Skip to content
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,10 @@ python_functions = ["test_*"]

[tool.behave]
paths = ["tests/integration"]

[tool.uv]
constraint-dependencies = [
"aiohttp>=3.13.5",
"python-dotenv>=1.2.2",
"requests>=2.33.1",
]
Loading
Loading