Skip to content

Commit

Permalink
add colorlogging as dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
alik-git committed Dec 9, 2024
1 parent 9106312 commit d3b39eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ def run(self) -> None:
),
],
setup_requires=["setuptools-rust"],
install_requires=["colorlogging"],
zip_safe=False,
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit d3b39eb

Please sign in to comment.