Skip to content

Commit

Permalink
add specific versions to ext dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mabulgu committed Nov 3, 2023
1 parent a51604d commit 4a3b0ba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ classifiers=[

dependencies = [
"click == 8.0.1",
"pyyaml",
"wget",
"jproperties"
"pyyaml == 6.0",
"wget == 3.2",
"jproperties == 2.1.1"
]

[project.optional-dependencies]
Expand Down

0 comments on commit 4a3b0ba

Please sign in to comment.