update reqs

This commit is contained in:
wh1te909 2024-07-09 18:22:07 +00:00
parent 9b1d2fd985
commit 55c77df5ae
2 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@ cffi==1.16.0
channels==4.1.0
channels_redis==4.2.0
cryptography==42.0.8
Django==4.2.13
Django==4.2.14
django-cors-headers==4.4.0
django-filter==24.2
django-rest-knox==4.2.0

View File

@ -31,7 +31,7 @@ WEB_VERSION = "0.101.46"
APP_VER = "0.0.193"
# https://github.com/amidaware/rmmagent
LATEST_AGENT_VER = "2.7.0"
LATEST_AGENT_VER = "2.8.0"
MESH_VER = "1.1.21"
@ -43,7 +43,7 @@ INSTALL_NUSHELL = True
# GitHub version to download. The file will be downloaded from GitHub, extracted and installed.
# Version to download. If INSTALL_NUSHELL_URL is not provided, the file will be downloaded from GitHub,
# extracted and installed.
INSTALL_NUSHELL_VERSION = "0.95.0"
INSTALL_NUSHELL_VERSION = "0.93.0"
# URL to download directly. This is expected to be the direct URL, unauthenticated, uncompressed, ready to be installed.
# Use {OS}, {ARCH} and {VERSION} to specify the GOOS, GOARCH and INSTALL_NUSHELL_VERSION respectively.
# Windows: The ".exe" extension will be added automatically.