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

View file

@ -8,6 +8,8 @@ dependencies = [
"boto3>=1.35.0",
"pynostr>=0.6.2",
"websockets>=13.0",
"coincurve>=21.0.0",
"cryptography>=44.0.0",
]
[project.scripts]