Updated deps
This commit is contained in:
parent
eb6aa08c10
commit
a6a1e764d1
@ -87,7 +87,7 @@
|
|||||||
|
|
||||||
Install the CPL package
|
Install the CPL package
|
||||||
```sh
|
```sh
|
||||||
pip install cpl --extra-index-url https://pip.sh-edraft.de
|
pip install cpl-core --extra-index-url https://pip.sh-edraft.de
|
||||||
```
|
```
|
||||||
|
|
||||||
Install the CPL CLI
|
Install the CPL CLI
|
||||||
|
@ -36,7 +36,7 @@
|
|||||||
"sphinx-markdown-builder==0.5.5",
|
"sphinx-markdown-builder==0.5.5",
|
||||||
"pygount==1.5.1"
|
"pygount==1.5.1"
|
||||||
],
|
],
|
||||||
"PythonVersion": ">=3.11",
|
"PythonVersion": ">=3.10",
|
||||||
"PythonPath": {},
|
"PythonPath": {},
|
||||||
"Classifiers": []
|
"Classifiers": []
|
||||||
},
|
},
|
||||||
|
@ -19,6 +19,7 @@ __version__ = "2023.4.0"
|
|||||||
|
|
||||||
from collections import namedtuple
|
from collections import namedtuple
|
||||||
|
|
||||||
|
|
||||||
# imports:
|
# imports:
|
||||||
from .bool_pipe import BoolPipe
|
from .bool_pipe import BoolPipe
|
||||||
from .ip_address_pipe import IPAddressPipe
|
from .ip_address_pipe import IPAddressPipe
|
||||||
|
@ -19,6 +19,7 @@ __version__ = "2023.4.0"
|
|||||||
|
|
||||||
from collections import namedtuple
|
from collections import namedtuple
|
||||||
|
|
||||||
|
|
||||||
# imports:
|
# imports:
|
||||||
from .default_lambda import default_lambda
|
from .default_lambda import default_lambda
|
||||||
from .ordered_queryable import OrderedQueryable
|
from .ordered_queryable import OrderedQueryable
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
"LicenseDescription": "MIT, see LICENSE for more details.",
|
"LicenseDescription": "MIT, see LICENSE for more details.",
|
||||||
"Dependencies": [],
|
"Dependencies": [],
|
||||||
"DevDependencies": [],
|
"DevDependencies": [],
|
||||||
"PythonVersion": ">=3.11",
|
"PythonVersion": ">=3.10",
|
||||||
"PythonPath": {},
|
"PythonPath": {},
|
||||||
"Classifiers": []
|
"Classifiers": []
|
||||||
},
|
},
|
||||||
|
@ -16,8 +16,8 @@
|
|||||||
"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.0",
|
||||||
"GitPython==3.1.29"
|
"GitPython>=3.1.29"
|
||||||
],
|
],
|
||||||
"DevDependencies": [],
|
"DevDependencies": [],
|
||||||
"PythonVersion": ">=3.10.4",
|
"PythonVersion": ">=3.10.4",
|
||||||
|
Loading…
Reference in New Issue
Block a user