Update README and declare missing dependencies

Add JIRORIAN_BASE_URL, JIRORIAN_PORT, JIRORIAN_APP_SECRETS to env var
table, fix dev command path (src/jirorian/), and explicitly declare
coincurve and cryptography in pyproject.toml.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
randogoth 2026-06-08 10:29:16 +03:00
parent b5bcef3d0a
commit 1f57b690dd
3 changed files with 11 additions and 2 deletions

4
uv.lock generated
View file

@ -579,6 +579,8 @@ version = "0.1.0"
source = { editable = "." }
dependencies = [
{ name = "boto3" },
{ name = "coincurve" },
{ name = "cryptography" },
{ name = "fastapi", extra = ["standard"] },
{ name = "pynostr" },
{ name = "websockets" },
@ -587,6 +589,8 @@ dependencies = [
[package.metadata]
requires-dist = [
{ name = "boto3", specifier = ">=1.35.0" },
{ name = "coincurve", specifier = ">=21.0.0" },
{ name = "cryptography", specifier = ">=44.0.0" },
{ name = "fastapi", extras = ["standard"], specifier = ">=0.115.0" },
{ name = "pynostr", specifier = ">=0.6.2" },
{ name = "websockets", specifier = ">=13.0" },