Skip to content

Commit

Permalink
Merge pull request #41 from kraken-tech/fix-release-requirements
Browse files Browse the repository at this point in the history
Add missing release requirement
  • Loading branch information
meshy committed May 13, 2024
2 parents 930aee9 + 5c3235e commit defaad9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ pytest-in-tox = [
"pytest>=8.2.0",
]
release = [
"packaging>=24.0",
"rich>=13.7.1",
"tomli >= 1.1.0 ; python_version < '3.11'",
"typer>=0.12.3",
Expand Down Expand Up @@ -90,6 +91,7 @@ dev = [
"pre-commit>=3.7.0",

# CLI utils
"packaging>=24.0",
"rich>=13.7.1",
"tomli >= 1.1.0 ; python_version < '3.11'",
"typer>=0.12.3",
Expand Down
1 change: 1 addition & 0 deletions requirements/release.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ markdown-it-py==3.0.0
# via rich
mdurl==0.1.2
# via markdown-it-py
packaging==24.0
pygments==2.18.0
# via rich
rich==13.7.1
Expand Down

0 comments on commit defaad9

Please sign in to comment.