File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " robotframework-heal"
33version = " 0.2.0"
4- description = " "
4+ description = " A Robot Framework Listener for library agnostic self-healing and smart recovery of tests "
55authors = [" Many Kasiriha <many.kasiriha@dbschenker.com>" ]
6+ maintainers = [" Many Kasiriha <many.kasiriha@dbschenker.com>" ]
67readme = " README.md"
8+ license = " Apache-2.0"
79packages = [
810 { include = " SelfHealing" , from = " src" }
911]
12+ homepage = " https://github.com/manykarim/robotframework-heal"
1013
1114[tool .poetry .dependencies ]
1215python = " ^3.10"
@@ -24,14 +27,13 @@ thefuzz = "*"
2427robotframework-appiumlibrary = " *"
2528jinja2 = " *"
2629litellm = " *"
27- pillow = " ^11.1.0"
2830
2931
3032[tool .poetry .group .dev .dependencies ]
3133pytest = " *"
3234invoke = " *"
3335coverage = " *"
34- ipykernel = " ^6.29.5 "
36+ robotframework-stacktrace = " * "
3537
3638[build-system ]
3739requires = [" poetry-core" ]
You can’t perform that action at this time.
0 commit comments