File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed
PythonTestComponent/descriptor Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 3030setuptools .setup (
3131 name = 'mpf_component_api' ,
3232 description = 'OpenMPF Python Component API' ,
33- version = '5.1 ' ,
33+ version = '6.0 ' ,
3434 packages = setuptools .find_packages ()
3535)
Original file line number Diff line number Diff line change 3333setuptools .setup (
3434 name = 'mpf_component_util' ,
3535 description = 'OpenMPF Python Component Utilities' ,
36- version = '5.1 ' ,
36+ version = '6.0 ' ,
3737 packages = setuptools .find_packages (exclude = ('*test*' ,)),
3838 install_requires = (
39- 'mpf_component_api>=5.1 ' ,
39+ 'mpf_component_api>=6.0 ' ,
4040 'opencv-python>=4.4.0' ,
4141 'pydub'
4242 ),
Original file line number Diff line number Diff line change 11{
22 "componentName" : " PythonOcvComponent" ,
3- "componentVersion" : " 5.1 " ,
4- "middlewareVersion" : " 5.1 " ,
3+ "componentVersion" : " 6.0 " ,
4+ "middlewareVersion" : " 6.0 " ,
55 "sourceLanguage" : " python" ,
66 "batchLibrary" : " PythonOcvComponent" ,
77 "environmentVariables" : [],
Original file line number Diff line number Diff line change 2929
3030setuptools .setup (
3131 name = 'PythonOcvComponent' ,
32- version = '5.1 ' ,
32+ version = '6.0 ' ,
3333 packages = setuptools .find_packages (),
3434 package_data = {
3535 '' : ['models/*' ]
3636 },
3737 install_requires = (
38- 'mpf_component_api>=5.1 ' ,
39- 'mpf_component_util>=5.1 '
38+ 'mpf_component_api>=6.0 ' ,
39+ 'mpf_component_util>=6.0 '
4040 ),
4141 entry_points = {
4242 'mpf.exported_component' : 'component = ocv_component.ocv_component:OcvComponent'
Original file line number Diff line number Diff line change 11{
22 "componentName" : " PythonTestComponent" ,
3- "componentVersion" : " 5.1 " ,
4- "middlewareVersion" : " 5.1 " ,
3+ "componentVersion" : " 6.0 " ,
4+ "middlewareVersion" : " 6.0 " ,
55 "sourceLanguage" : " python" ,
66 "batchLibrary" : " ${MPF_HOME}/plugins/PythonTestComponent/test_component.py" ,
77 "environmentVariables" : [],
You can’t perform that action at this time.
0 commit comments