docs: show unpinned install line; note tag-pinning for reproducibility

Signed-off-by: disqualifier <dev@disqualifier.me>
This commit is contained in:
disqualifier 2026-06-29 18:07:22 -04:00
parent 449f790571
commit 5d444eaf16

View File

@ -12,9 +12,9 @@ Small sync helpers shared across projects. Base is stdlib only — **no dependen
## Install
```
commons @ git+ssh://git@git.rethinkstudios.io/rethink-public/commons.git@v0.2.3
commons @ git+ssh://git@git.rethinkstudios.io/rethink-public/commons.git
# async address/geo lookups (fetch_ip / ip_location / fetch_location) need the extra:
commons[addr] @ git+ssh://git@git.rethinkstudios.io/rethink-public/commons.git@v0.2.3
commons[addr] @ git+ssh://git@git.rethinkstudios.io/rethink-public/commons.git
```
The base install pulls **nothing** (stdlib). Only `commons[addr]` adds `aiohttp`, and