Adding 'make update' to update from git repository. remove previous installation.py file, the update of packages is done via install.py file.

This commit is contained in:
adator
2025-10-28 23:33:43 +01:00
parent 99f8949681
commit e5a5f01603
8 changed files with 173 additions and 395 deletions

View File

@@ -1,10 +1,10 @@
{
"version": "6.3.2",
"requests": "2.32.3",
"psutil": "6.0.0",
"requests": "2.32.5",
"psutil": "7.1.2",
"unrealircd_rpc_py": "3.0.1",
"sqlalchemy": "2.0.35",
"faker": "30.1.0",
"pyyaml": "6.0.2"
"sqlalchemy": "2.0.44",
"faker": "37.12.0",
"pyyaml": "6.0.3"
}