Lean MV3 extension + standalone single-file ingest server that pulls watched sellers' full inventories from the Discogs API into discogs_full (mp_* schema), tracking price changes and sales over time. Successor to pliceclogs/marketwatcher; runs alongside the legacy plice server on a separate port (5057). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
4 lines
171 B
Plaintext
4 lines
171 B
Plaintext
# discgod server deps. The Discogs API client + HTTP server use only the
|
|
# Python standard library; the only third-party need is the Postgres driver.
|
|
psycopg2-binary>=2.9
|