Added update command

This commit is contained in:
2021-03-13 21:39:59 +01:00
parent 2778ac0b4d
commit 534982b18d
5 changed files with 133 additions and 12 deletions

View File

@@ -16,12 +16,14 @@
"LicenseName": "MIT",
"LicenseDescription": "MIT, see LICENSE for more details.",
"Dependencies": [
"mysql-connector",
"SQLAlchemy",
"termcolor",
"pyfiglet",
"tabulate",
"pynput"
"mysql-connector==2.2.9",
"psutil==5.8.0",
"pyfiglet==0.8.post1",
"pynput==1.7.3",
"SQLAlchemy==1.3.23",
"tabulate==0.8.9",
"termcolor==1.1.0",
"watchdog==2.0.2"
],
"PythonVersion": ">=3.8"
},