Skip to content

Commit

Permalink
bug fixed: requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
guofei9987 committed Nov 20, 2024
1 parent a9ccc57 commit 1fbb399
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ def read_requirements(filename):
license='MIT',
packages=find_packages(),
platforms=['linux', 'windows', 'macos'],
install_requires=[],
install_requires=["crypt_tool>=0.1.3"],
zip_safe=False,
)
2 changes: 1 addition & 1 deletion text_blind_watermark/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from .text_blind_watermark import TextBlindWatermarkDeprecated
from .text_blind_watermark2 import TextBlindWatermark

__version__ = '0.4.1'
__version__ = '0.4.2'

0 comments on commit 1fbb399

Please sign in to comment.