Fixed update & install commands #113

This commit is contained in:
2022-09-19 21:09:41 +02:00
parent 1ed721cccb
commit ef2d73aadc
6 changed files with 58 additions and 20 deletions

View File

@@ -16,9 +16,13 @@
"LicenseName": "MIT",
"LicenseDescription": "MIT, see LICENSE for more details.",
"Dependencies": [
"cpl_core==2022.6.1"
"cpl-core==2022.10rc2",
"cpl-translation==2022.7.0.post2",
"cpl-query==2022.7.0"
],
"DevDependencies": [
"cpl-cli==2022.10.rc2"
],
"DevDependencies": [],
"PythonVersion": ">=3.10",
"PythonPath": {
"linux": "../../venv/bin/python",