mirror of
https://github.com/meerk40t/meerk40t.git
synced 2025-02-27 20:30:12 +00:00
Remove meerk40t-camera as a dependency
This commit is contained in:
parent
c80ebe2748
commit
effb7f3ab7
1 changed files with 2 additions and 3 deletions
5
setup.py
5
setup.py
|
@ -10,13 +10,12 @@ setup(
|
|||
"all": [
|
||||
"wxPython>=4.0.0",
|
||||
"Pillow>=7.0.0",
|
||||
"meerk40t_camera",
|
||||
"opencv-python-headless>=3.4.0.0",
|
||||
"ezdxf>=0.14.0",
|
||||
],
|
||||
"gui": ["wxPython>=4.0.0", "Pillow>=7.0.0"],
|
||||
"cam": ["meerk40t_camera", "opencv-python-headless>=3.4.0.0"],
|
||||
"cam": ["opencv-python-headless>=3.4.0.0"],
|
||||
"dxf": ["ezdxf>=0.14.0"],
|
||||
"camhead": ["meerk40t_camera", "opencv-python>=3.4.0.0"],
|
||||
"camhead": ["opencv-python>=3.4.0.0"],
|
||||
},
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue