Update missing packages.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
if [ ! -d "$DIR" ]; then
|
||||
uv venv
|
||||
fi
|
||||
|
||||
echo "Checking environment..."
|
||||
if command -v nuitka &> /dev/null; then
|
||||
echo "Nuitka installed"
|
||||
|
||||
@@ -6,5 +6,8 @@ else
|
||||
exit 1
|
||||
fi
|
||||
|
||||
uv venv
|
||||
|
||||
if [ ! -d "$DIR" ]; then
|
||||
uv venv
|
||||
fi
|
||||
uv pip install -r requirements.txt
|
||||
+2
-1
@@ -1,4 +1,5 @@
|
||||
prompt-toolkit==3.0.52
|
||||
cryptography==48.0.0
|
||||
jproperties==2.1.2
|
||||
nuitka==4.1.2
|
||||
nuitka==4.1.2
|
||||
click==8.4.1
|
||||
Reference in New Issue
Block a user