We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c50eefd commit 5cd07d0Copy full SHA for 5cd07d0
setup.py
@@ -10,13 +10,13 @@
10
name='detect_mask',
11
license="MIT",
12
description='Python Package for detecting masks in the input Photos ,Pull out the camera for real time mask detection',
13
- version='v0.3.0',
+ version='v0.4.0',
14
long_description=description,
15
url='https://github.com/Jash271/Detect_Mask',
16
packages=setuptools.find_packages(),
17
18
python_requires=">=3.6.8",
19
- install_requires=[],
+ install_requires=['opencv-python'],
20
classifiers=[
21
'Development Status :: 4 - Beta',
22
'License :: OSI Approved :: MIT License',
0 commit comments