Skip to content

Commit

Permalink
Update cryptography and websockets dependencies. Version 1.0 is r…
Browse files Browse the repository at this point in the history
…eady
  • Loading branch information
fernandoenzo committed Dec 6, 2024
1 parent a9e5657 commit e4907b0
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 7 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion bundle/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down
4 changes: 2 additions & 2 deletions wirescale/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e4907b0

Please sign in to comment.