Update requirements.txt and add init script.

This commit is contained in:
2026-06-06 17:21:35 +08:00
parent 79a97cfd06
commit 91ce4c32ff
2 changed files with 11 additions and 1 deletions
+9
View File
@@ -0,0 +1,9 @@
echo "Checking environment..."
if command -v uv &> /dev/null; then
echo "uv installed"
else
echo "uv not installed. Install it via \"dnf install uv\" or \"apt install uv\" !" >&2
fi
uv venv
uv pip install -r requirements.txt
+2 -1
View File
@@ -1,3 +1,4 @@
prompt-toolkit==3.0.52
cryptography==48.0.0
jproperties==2.1.2
jproperties==2.1.2
nuitka==4.1.2