Skip to content

Commit 5767958

Browse files
committed
Fixed project.dependencies
1 parent c9b7b29 commit 5767958

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ authors = [{name="Kristian Vazquez", email="kristian120304@gmail.com"}]
1010
readme = "README.md"
1111
license = {text = "Apache"}
1212

13-
[project.dependencies]
14-
yaml = "*"
15-
pytest = "*"
13+
dependencies = [
14+
"PyYAML>=5.1",
15+
"pytest>=7.0"
16+
]

0 commit comments

Comments
 (0)