Updated deps

This commit is contained in:
Sven Heidemann 2022-12-25 12:02:47 +01:00
parent 351f953fdb
commit 8fc3c04720
5 changed files with 16 additions and 18 deletions

View File

@ -11,12 +11,12 @@
"Description": "sh-edraft Common Python library CLI", "Description": "sh-edraft Common Python library CLI",
"LongDescription": "sh-edraft Common Python library Command Line Interface", "LongDescription": "sh-edraft Common Python library Command Line Interface",
"URL": "https://www.sh-edraft.de", "URL": "https://www.sh-edraft.de",
"CopyrightDate": "2020 - 2022", "CopyrightDate": "2020 - 2023",
"CopyrightName": "sh-edraft.de", "CopyrightName": "sh-edraft.de",
"LicenseName": "MIT", "LicenseName": "MIT",
"LicenseDescription": "MIT, see LICENSE for more details.", "LicenseDescription": "MIT, see LICENSE for more details.",
"Dependencies": [ "Dependencies": [
"cpl-core>=2022.12.dev144" "cpl-core>=2022.12.1"
], ],
"DevDependencies": [], "DevDependencies": [],
"PythonVersion": ">=3.10", "PythonVersion": ">=3.10",

View File

@ -11,7 +11,7 @@
"Description": "sh-edraft Common Python library", "Description": "sh-edraft Common Python library",
"LongDescription": "sh-edraft Common Python library", "LongDescription": "sh-edraft Common Python library",
"URL": "https://www.sh-edraft.de", "URL": "https://www.sh-edraft.de",
"CopyrightDate": "2020 - 2022", "CopyrightDate": "2020 - 2023",
"CopyrightName": "sh-edraft.de", "CopyrightName": "sh-edraft.de",
"LicenseName": "MIT", "LicenseName": "MIT",
"LicenseDescription": "MIT, see LICENSE for more details.", "LicenseDescription": "MIT, see LICENSE for more details.",

View File

@ -11,19 +11,19 @@
"Description": "sh-edraft Common Python library Discord", "Description": "sh-edraft Common Python library Discord",
"LongDescription": "sh-edraft Common Python library link between discord.py and CPL", "LongDescription": "sh-edraft Common Python library link between discord.py and CPL",
"URL": "https://www.sh-edraft.de", "URL": "https://www.sh-edraft.de",
"CopyrightDate": "2021 - 2022", "CopyrightDate": "2021 - 2023",
"CopyrightName": "sh-edraft.de", "CopyrightName": "sh-edraft.de",
"LicenseName": "MIT", "LicenseName": "MIT",
"LicenseDescription": "MIT, see LICENSE for more details.", "LicenseDescription": "MIT, see LICENSE for more details.",
"Dependencies": [ "Dependencies": [
"cpl-core>=2022.12.0", "cpl-core>=2022.12.1",
"discord.py==2.1.0", "discord.py==2.1.0",
"cpl-query>=2022.12.0" "cpl-query>=2022.12.2.post1"
], ],
"DevDependencies": [ "DevDependencies": [
"cpl-cli>=2022.12.0" "cpl-cli>=2022.12.1"
], ],
"PythonVersion": ">=3.10.4", "PythonVersion": ">=3.10",
"PythonPath": {}, "PythonPath": {},
"Classifiers": [] "Classifiers": []
}, },

View File

@ -11,7 +11,7 @@
"Description": "sh-edraft Common Python library Query", "Description": "sh-edraft Common Python library Query",
"LongDescription": "sh-edraft Common Python library Python integrated Queries", "LongDescription": "sh-edraft Common Python library Python integrated Queries",
"URL": "https://www.sh-edraft.de", "URL": "https://www.sh-edraft.de",
"CopyrightDate": "2021 - 2022", "CopyrightDate": "2021 - 2023",
"CopyrightName": "sh-edraft.de", "CopyrightName": "sh-edraft.de",
"LicenseName": "MIT", "LicenseName": "MIT",
"LicenseDescription": "MIT, see LICENSE for more details.", "LicenseDescription": "MIT, see LICENSE for more details.",

View File

@ -4,27 +4,25 @@
"Version": { "Version": {
"Major": "2022", "Major": "2022",
"Minor": "12", "Minor": "12",
"Micro": "0" "Micro": "1"
}, },
"Author": "Sven Heidemann", "Author": "Sven Heidemann",
"AuthorEmail": "sven.heidemann@sh-edraft.de", "AuthorEmail": "sven.heidemann@sh-edraft.de",
"Description": "sh-edraft Common Python library Translation", "Description": "sh-edraft Common Python library Translation",
"LongDescription": "sh-edraft Common Python library Python Translation", "LongDescription": "sh-edraft Common Python library Python Translation",
"URL": "https://www.sh-edraft.de", "URL": "https://www.sh-edraft.de",
"CopyrightDate": "2022", "CopyrightDate": "2022 - 2023",
"CopyrightName": "sh-edraft.de", "CopyrightName": "sh-edraft.de",
"LicenseName": "MIT", "LicenseName": "MIT",
"LicenseDescription": "MIT, see LICENSE for more details.", "LicenseDescription": "MIT, see LICENSE for more details.",
"Dependencies": [ "Dependencies": [
"cpl-core>=2022.12.0" "cpl-core>=2022.12.1"
], ],
"DevDependencies": [ "DevDependencies": [
"cpl-cli>=2022.12.0" "cpl-cli>=2022.12.1"
], ],
"PythonVersion": ">=3.10.4", "PythonVersion": ">=3.10",
"PythonPath": { "PythonPath": {},
"linux": "../../venv/bin/python"
},
"Classifiers": [] "Classifiers": []
}, },
"BuildSettings": { "BuildSettings": {
@ -32,7 +30,7 @@
"SourcePath": "", "SourcePath": "",
"OutputPath": "../../dist", "OutputPath": "../../dist",
"Main": "", "Main": "",
"EntryPoint": "n", "EntryPoint": "",
"IncludePackageData": false, "IncludePackageData": false,
"Included": [], "Included": [],
"Excluded": [ "Excluded": [