Update requirements.txt and add init script.
This commit is contained in:
@@ -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
@@ -1,3 +1,4 @@
|
|||||||
prompt-toolkit==3.0.52
|
prompt-toolkit==3.0.52
|
||||||
cryptography==48.0.0
|
cryptography==48.0.0
|
||||||
jproperties==2.1.2
|
jproperties==2.1.2
|
||||||
|
nuitka==4.1.2
|
||||||
Reference in New Issue
Block a user