diff --git a/README.md b/README.md index d74c952..c341f73 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,7 @@ and Tailscale’s unbeatable udp hole-punching capabilities to create a robust, - `python >= 3.11` - `systemd >= 252` - `tailscale >= 1.60` +- `wireguard-tools` ### Install diff --git a/bundle/docker/Dockerfile b/bundle/docker/Dockerfile index 1d83f60..10fe707 100644 --- a/bundle/docker/Dockerfile +++ b/bundle/docker/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12-bullseye AS base +FROM python:3.12-bookworm RUN apt update ; apt install -y patchelf RUN pip install pyinstaller staticx diff --git a/requirements.txt b/requirements.txt index 9426686..816a1df 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -cryptography==43.0.0 +cryptography==44.0.0 netifaces==0.11.0 parallel-utils==1.3.1 -websockets==12.0 +websockets==14.1 diff --git a/setup.py b/setup.py index f572908..f5874cc 100644 --- a/setup.py +++ b/setup.py @@ -46,10 +46,10 @@ python_requires = '>=3.11' install_requires = [ - "cryptography == 43.0.0", + "cryptography == 44.0.0", "netifaces == 0.11.0", "parallel-utils == 1.3.1", - "websockets == 12.0", + "websockets == 14.1", ] # https://pypi.org/classifiers/ diff --git a/wirescale/version.py b/wirescale/version.py index 236df0b..a4c9b2c 100644 --- a/wirescale/version.py +++ b/wirescale/version.py @@ -2,8 +2,8 @@ # encoding:utf-8 -VERSION = '1.0.0' -DATE = '2024 Oct 2' +VERSION = '1.0' +DATE = '2024 Dec 6' version_msg = f'''wirescale {VERSION} ({DATE}) Copyright © 2024 Fernando Enzo Guarini