pogucam 0.1.12__tar.gz → 0.1.14__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,5 +1,5 @@
1
1
  [bumpversion]
2
- current_version = 0.1.12
2
+ current_version = 0.1.14
3
3
  commit = True
4
4
  tag = True
5
5
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pogucam
3
- Version: 0.1.12
3
+ Version: 0.1.14
4
4
  Summary: Add your description here
5
5
  Author-email: jaromrax <jaromrax@gmail.com>
6
6
  Requires-Python: >=3.12
@@ -9,6 +9,7 @@ Requires-Dist: click>=8.2.1
9
9
  Requires-Dist: console>=0.9911
10
10
  Requires-Dist: numpy>=2.3.0
11
11
  Requires-Dist: opencv-python>=4.11.0.86
12
+ Requires-Dist: paho-mqtt>=2.1.0
12
13
  Requires-Dist: pillow>=11.2.1
13
14
  Requires-Dist: pyqt6>=6.9.1
14
15
  Requires-Dist: requests>=2.32.4
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "pogucam"
3
- version = "0.1.12"
3
+ version = "0.1.14"
4
4
  description = "Add your description here"
5
5
  readme = "README.md"
6
6
  authors = [
@@ -13,6 +13,7 @@ dependencies = [
13
13
  "console>=0.9911",
14
14
  "numpy>=2.3.0",
15
15
  "opencv-python>=4.11.0.86",
16
+ "paho-mqtt>=2.1.0",
16
17
  "pillow>=11.2.1",
17
18
  "pyqt6>=6.9.1",
18
19
  "requests>=2.32.4",