Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sivakumar-mahalingam authored Oct 8, 2024
1 parent b9a2613 commit 24fe68f
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@
url="https://github.com/sivakumar-mahalingam/fastmrz",
homepage="https://pypi.org/project/fastmrz",
license="AGPLv3",
python_requires=">=3.8",
install_requires=[
"opencv-python>=4.9.0.80", "pytesseract>=0.3.10",
],
packages=find_packages(),
include_package_data=True,
classifiers=[
Expand All @@ -38,10 +42,5 @@
],
keywords=[
"fastmrz", "mrz", "image processing", "image recognition", "ocr", "computer vision", "text recognition", "text detection", "artificial intelligence", "onnx"
],
install_requires=[
"opencv-python>=4.9.0.80",
"pytesseract>=0.3.10",
],
python_requires=">=3.8",
]
)

0 comments on commit 24fe68f

Please sign in to comment.