We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1402d29 commit 8e6a151Copy full SHA for 8e6a151
.gitignore
@@ -0,0 +1 @@
1
+/src/build
src/entry.py
@@ -2,7 +2,7 @@
2
3
4
5
-__version__ = "1.7.1"
+__version__ = "1.7.2"
6
PLUGIN_ID = "tp.plugin.process_monitor"
7
PLUGIN_NAME = "Process_Monitor"
8
src/entry.tp
@@ -1,6 +1,6 @@
{
"sdk": 6,
- "version": 171,
+ "version": 172,
"name": "Process Monitor",
"id": "tp.plugin.process_monitor",
"configuration": {
src/requirements.txt
@@ -1,3 +1,3 @@
TouchPortal-API==1.7.9
-psutil==5.8.0
-pyee==8.2.2
+psutil==7.0.0
+pyee==13.0.0
0 commit comments