Compare commits

..

No commits in common. "0c72a10fb7ebd3f749b93496e418df7d150a51ab" and "98e0d98cc78ec8a4f88f42bf655b22b3afea0e04" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

@ -168,5 +168,5 @@ def chapter(
ctx.obj['obsws'].create_record_chapter(chapter_name)
console.out.print(
f'Chapter {console.highlight(ctx, chapter_name or "unnamed")} created successfully.'
f'Chapter {console.highlight(chapter_name or "unnamed")} created successfully.'
)

View File

@ -21,7 +21,7 @@ classifiers = [
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
]
dependencies = ["typer>=0.16.0", "obsws-python>=1.8.0", "python-dotenv>=1.1.0"]
dependencies = ["typer>=0.16.0", "obsws-python>=1.7.2", "python-dotenv>=1.1.0"]
[project.urls]