Skip to content

Commit 24fe68f

Browse files
Update setup.py
1 parent b9a2613 commit 24fe68f

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

setup.py

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@
1414
url="https://github.com/sivakumar-mahalingam/fastmrz",
1515
homepage="https://pypi.org/project/fastmrz",
1616
license="AGPLv3",
17+
python_requires=">=3.8",
18+
install_requires=[
19+
"opencv-python>=4.9.0.80", "pytesseract>=0.3.10",
20+
],
1721
packages=find_packages(),
1822
include_package_data=True,
1923
classifiers=[
@@ -38,10 +42,5 @@
3842
],
3943
keywords=[
4044
"fastmrz", "mrz", "image processing", "image recognition", "ocr", "computer vision", "text recognition", "text detection", "artificial intelligence", "onnx"
41-
],
42-
install_requires=[
43-
"opencv-python>=4.9.0.80",
44-
"pytesseract>=0.3.10",
45-
],
46-
python_requires=">=3.8",
45+
]
4746
)

0 commit comments

Comments
 (0)