Skip to content

Commit a2effc4

Browse files
committed
fix: update python.html deps — secp256k1 → cryptography
1 parent b29b735 commit a2effc4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/python.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ <h2>Install</h2>
419419
<div class="install-box">
420420
<code>pip install nostrkey</code>
421421
</div>
422-
<p style="font-size: 0.875rem; color: var(--text-muted);">Requires Python 3.10 or later. Dependencies: <code>secp256k1</code>, <code>websockets</code>, <code>bech32</code>.</p>
422+
<p style="font-size: 0.875rem; color: var(--text-muted);">Requires Python 3.10 – 3.14. Dependencies: <code>cryptography</code>, <code>websockets</code>, <code>bech32</code>. No C compiler needed.</p>
423423
</section>
424424

425425
<!-- Quick Start -->

0 commit comments

Comments
 (0)