Skip to content

Commit 5cd07d0

Browse files
authored
Update setup.py
1 parent c50eefd commit 5cd07d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010
name='detect_mask',
1111
license="MIT",
1212
description='Python Package for detecting masks in the input Photos ,Pull out the camera for real time mask detection',
13-
version='v0.3.0',
13+
version='v0.4.0',
1414
long_description=description,
1515
url='https://github.com/Jash271/Detect_Mask',
1616
packages=setuptools.find_packages(),
1717

1818
python_requires=">=3.6.8",
19-
install_requires=[],
19+
install_requires=['opencv-python'],
2020
classifiers=[
2121
'Development Status :: 4 - Beta',
2222
'License :: OSI Approved :: MIT License',

0 commit comments

Comments
 (0)