Skip to content

Commit a133184

Browse files
committed
feat/check-v2 add e2e for check v
1 parent 26114fa commit a133184

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,6 @@ classifiers = [
4242
[project.entry-points."console_scripts"]
4343
python-pypi-version-check = "opencepk_lib_python_common.pypi_bumpversion_check_package.pypi_bumpversion_check.main:main"
4444
find-and-replace-strings = "opencepk_lib_python_common.find_and_replace_strings_package.find_and_replace_strings.main:main"
45+
46+
[project.optional-dependencies]
47+
dep = ["toml"]

0 commit comments

Comments
 (0)