Skip to content
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.

Commit

Permalink
Merge pull request #582 from vfreex/errata-tool-dep
Browse files Browse the repository at this point in the history
Use errata-tool from PyPI
  • Loading branch information
locriandev authored Aug 2, 2023
2 parents b30a554 + d1744af commit 1d65055
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ classifiers = [
dependencies = [
"aiohttp[speedups] >= 3.6",
"click >= 8.1.3",
"errata-tool @ git+https://github.com/red-hat-storage/errata-tool@v1.31.0",
"errata-tool ~= 1.31.0",
"future",
"koji >= 1.18",
"semver",
Expand Down

0 comments on commit 1d65055

Please sign in to comment.