Update cryptography package to version 46.0.3 in poetry.lock; update rns package to version 1.0.4 in pyproject.toml; add project classifiers and URLs.

This commit is contained in:
2025-11-23 11:02:04 -06:00
parent 6e57536650
commit f2314f862c
2 changed files with 92 additions and 4 deletions

View File

@@ -11,6 +11,14 @@ requires-python = ">=3.9"
dependencies = [
"rns (>=1.0.4,<1.5.0)"
]
classifiers = [
"Programming Language :: Python :: 3",
"Operating System :: OS Independent",
]
[project.urls]
Homepage = "https://github.com/Sudo-Ivan/rns-page-node"
Repository = "https://github.com/Sudo-Ivan/rns-page-node"
[project.scripts]
rns-page-node = "rns_page_node.main:main"