Skip to content
This repository has been archived by the owner on Apr 19, 2024. It is now read-only.

Commit

Permalink
Merge pull request #6 from zam101/fixrequirements
Browse files Browse the repository at this point in the history
edited opencv-python required version
  • Loading branch information
DedInc authored Feb 2, 2023
2 parents fb2bd36 + e23b21a commit 792a58f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
'Operating System :: OS Independent',
],
packages=find_packages(),
install_requires = ['opencv-python', 'Pillow', 'numpy', 'requests', 'selenium==3.141.0'],
install_requires = ['opencv-python==4.6.0.66', 'Pillow', 'numpy', 'requests', 'selenium==3.141.0'],
python_requires='>=3.6',
)
)

0 comments on commit 792a58f

Please sign in to comment.