Skip to content

Commit

Permalink
Merge pull request #70 from Lucs1590/dependabot/pip/pytesseract-0.3.8
Browse files Browse the repository at this point in the history
build(deps): bump pytesseract from 0.3.7 to 0.3.8
  • Loading branch information
Lucs1590 committed Jul 5, 2021
2 parents 952116f + c521f3f commit 826325f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
tesseract==0.1.3
pytesseract==0.3.7
pytesseract==0.3.8
requests==2.25.1
wheel==0.36.2
pillow==8.3.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def read(file_name):
python_requires='>=3.6',
install_requires=[
'tesseract==0.1.3',
'pytesseract==0.3.7',
'pytesseract==0.3.8',
'requests==2.25.1',
'wheel==0.36.2',
'pillow==8.3.0',
Expand Down

0 comments on commit 826325f

Please sign in to comment.