Updated deps

This commit is contained in:
Sven Heidemann 2023-04-12 12:57:58 +02:00
parent 14a190a67f
commit eb6aa08c10
1 changed files with 11 additions and 11 deletions

View File

@ -16,17 +16,17 @@
"LicenseName": "MIT",
"LicenseDescription": "MIT, see LICENSE for more details.",
"Dependencies": [
"art==5.9",
"colorama==0.4.6",
"mysql-connector==2.2.9",
"psutil==5.9.4",
"packaging==23.0",
"pynput==1.7.6",
"setuptools==67.6.1",
"tabulate==0.9.0",
"termcolor==2.2.0",
"watchdog==3.0.0",
"wheel==0.40.0"
"art>=5.9",
"colorama>=0.4.6",
"mysql-connector>=2.2.9",
"psutil>=5.9.4",
"packaging>=23.0",
"pynput>=1.7.6",
"setuptools>=67.6.1",
"tabulate>=0.9.0",
"termcolor>=2.2.0",
"watchdog>=3.0.0",
"wheel>=0.40.0"
],
"DevDependencies": [
"Sphinx==5.0.2",