Updated some stuff

This commit is contained in:
2023-04-04 13:28:07 +02:00
parent c4a71de83f
commit 5e6d17cc86
53 changed files with 350 additions and 351 deletions

View File

@@ -3,7 +3,7 @@
"Name": "cpl-core",
"Version": {
"Major": "2023",
"Minor": "2",
"Minor": "4",
"Micro": "0"
},
"Author": "Sven Heidemann",
@@ -16,17 +16,17 @@
"LicenseName": "MIT",
"LicenseDescription": "MIT, see LICENSE for more details.",
"Dependencies": [
"art==5.8",
"art==5.9",
"colorama==0.4.6",
"mysql-connector==2.2.9",
"psutil==5.9.4",
"packaging==22.0",
"packaging==23.0",
"pynput==1.7.6",
"setuptools==65.6.3",
"setuptools==67.6.1",
"tabulate==0.9.0",
"termcolor==2.1.1",
"watchdog==2.2.0",
"wheel==0.38.4"
"termcolor==2.2.0",
"watchdog==3.0.0",
"wheel==0.40.0"
],
"DevDependencies": [
"Sphinx==5.0.2",