mirror of https://github.com/DJ2LS/FreeDATA.git
Update nuitka requirement from <=2.7.16 to <=2.8.4
Updates the requirements on [nuitka](https://github.com/Nuitka/Nuitka) to permit the latest version. - [Changelog](https://github.com/Nuitka/Nuitka/blob/develop/Changelog.rst) - [Commits](https://github.com/Nuitka/Nuitka/compare/0.3.11a...2.8.4) --- updated-dependencies: - dependency-name: nuitka dependency-version: 2.8.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>pull/1028/head
parent
836039d3f4
commit
e7c2982f0d
|
|
@ -42,7 +42,7 @@ dependencies = [
|
|||
"chardet",
|
||||
"colorama",
|
||||
"ordered-set",
|
||||
"nuitka<=2.7.16",
|
||||
"nuitka<=2.8.4",
|
||||
"pyinstaller",
|
||||
"websocket-client",
|
||||
"fastapi[standard]",
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ requests
|
|||
chardet
|
||||
colorama
|
||||
ordered-set
|
||||
nuitka<=2.7.16
|
||||
nuitka<=2.8.4
|
||||
pyinstaller
|
||||
websocket-client
|
||||
fastapi[standard]
|
||||
|
|
|
|||
Loading…
Reference in New Issue