Skip to content

Commit 4049ba6

Browse files
committed
Add information and update dependencies
1 parent f5854f1 commit 4049ba6

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

pyproject.toml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
[tool.poetry]
22
name = "robotframework-heal"
33
version = "0.2.0"
4-
description = ""
4+
description = "A Robot Framework Listener for library agnostic self-healing and smart recovery of tests"
55
authors = ["Many Kasiriha <many.kasiriha@dbschenker.com>"]
6+
maintainers = ["Many Kasiriha <many.kasiriha@dbschenker.com>"]
67
readme = "README.md"
8+
license = "Apache-2.0"
79
packages = [
810
{ include = "SelfHealing", from = "src" }
911
]
12+
homepage = "https://github.com/manykarim/robotframework-heal"
1013

1114
[tool.poetry.dependencies]
1215
python = "^3.10"
@@ -24,14 +27,13 @@ thefuzz = "*"
2427
robotframework-appiumlibrary = "*"
2528
jinja2 = "*"
2629
litellm = "*"
27-
pillow = "^11.1.0"
2830

2931

3032
[tool.poetry.group.dev.dependencies]
3133
pytest = "*"
3234
invoke = "*"
3335
coverage = "*"
34-
ipykernel = "^6.29.5"
36+
robotframework-stacktrace = "*"
3537

3638
[build-system]
3739
requires = ["poetry-core"]

0 commit comments

Comments
 (0)