Skip to content

Commit

Permalink
main: adjust for antsibull-build rename
Browse files Browse the repository at this point in the history
  • Loading branch information
gotmax23 committed Nov 14, 2024
1 parent 6e05857 commit 39c094d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
import jinja2
import pyperclip # type: ignore[import]
import typer
from antsibull.from_source.verify import FileError, FileErrorOutput
from antsibull.sanity_tests import CollectionOutput, IgnoreEntry
from antsibull.sanity_tests import Output as SanityTestsOutput
from antsibull.tagging import CollectionTagData
from antsibull.types import CollectionName, make_collection_mapping
from antsibull_core.yaml import load_yaml_file, store_yaml_stream
from antsibull_build.from_source.verify import FileError, FileErrorOutput
from antsibull_build.sanity_tests import CollectionOutput, IgnoreEntry
from antsibull_build.sanity_tests import Output as SanityTestsOutput
from antsibull_build.tagging import CollectionTagData
from antsibull_build.types import CollectionName, make_collection_mapping
from antsibull_build_core.yaml import load_yaml_file, store_yaml_stream
from yarl import URL

app = typer.Typer()
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# https://www.gnu.org/licenses/gpl-3.0.txt)

# First antsibull release with the sanity-tests subcommand
antsibull >= 0.60.0
antsibull-build
antsibull-core
jinja2
pyperclip
Expand Down

0 comments on commit 39c094d

Please sign in to comment.