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 2626
2727[metadata]
2828name = mpf_component_api
29- version = 7.0
29+ version = 7.1
3030description = OpenMPF Python Component API
3131
3232[options]
Original file line number Diff line number Diff line change 2626
2727[metadata]
2828name = mpf_component_util
29- version = 7.0
29+ version = 7.1
3030description = OpenMPF Python Component Utilities
3131
3232[options]
3333packages = find:
3434install_requires =
35- mpf_component_api>=7.0
35+ mpf_component_api>=7.1
3636 opencv-python>=4.4.0
3737 pydub
3838
Original file line number Diff line number Diff line change 11{
22 "componentName" : " PythonOcvComponent" ,
3- "componentVersion" : " 7.0 " ,
4- "middlewareVersion" : " 7.0 " ,
3+ "componentVersion" : " 7.1 " ,
4+ "middlewareVersion" : " 7.1 " ,
55 "sourceLanguage" : " python" ,
66 "batchLibrary" : " PythonOcvComponent" ,
77 "environmentVariables" : [],
Original file line number Diff line number Diff line change 2626
2727[metadata]
2828name = PythonOcvComponent
29- version = 7.0
29+ version = 7.1
3030
3131[options]
3232packages = ocv_component
3333install_requires =
34- mpf_component_api>=7.0
35- mpf_component_util>=7.0
34+ mpf_component_api>=7.1
35+ mpf_component_util>=7.1
3636
3737[options.entry_points]
3838mpf.exported_component =
Original file line number Diff line number Diff line change 11{
22 "componentName" : " PythonTestComponent" ,
3- "componentVersion" : " 7.0 " ,
4- "middlewareVersion" : " 7.0 " ,
3+ "componentVersion" : " 7.1 " ,
4+ "middlewareVersion" : " 7.1 " ,
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