Skip to content

Commit

Permalink
Add missing release requirement
Browse files Browse the repository at this point in the history
Before this change, we saw an error in CI when we tried to make a
release:

    ModuleNotFoundError: No module named 'packaging'
  • Loading branch information
meshy committed May 13, 2024
1 parent 930aee9 commit 5c3235e
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 5c3235e

Please sign in to comment.