adjusted pinned package versions; removed fixed version number

This commit is contained in:
k4yt3x 2023-02-03 01:17:39 +00:00
parent 2f4c4f1b09
commit c7cd8ed440
2 changed files with 3 additions and 4 deletions

View File

@ -65,7 +65,7 @@ summary = "Backported and Experimental Type Hints for Python 3.7+"
[metadata]
lock_version = "4.1"
content_hash = "sha256:7224bdd73676179cf4f150ca5b909dd1e0afba5d879cf764099652f229dfb57b"
content_hash = "sha256:4d3e4351e642cc2a530ff2bedad1a230b1a8a5347d72486aeea37a29649e00bb"
[metadata.files]
"cffi 1.15.1" = [

View File

@ -1,11 +1,10 @@
[project]
name = "wg-meshconf"
version = "2.5.0"
description = "A tool that helps you to generate peer configuration files for WireGuard mesh networks"
authors = [{name = "K4YT3X", email = "i@k4yt3x.com"}]
dependencies = [
"cryptography>=39.0.0",
"rich>=13.3.1",
"cryptography>=35.0.0",
"rich>=12.0.0",
]
requires-python = ">=3.7"
readme = "README.md"