Some checks are pending
CI / Crawler (Python ${{ matrix.python-version }}) (3.10) (push) Waiting to run
CI / Crawler (Python ${{ matrix.python-version }}) (3.11) (push) Waiting to run
CI / API (Python 3.11) (push) Waiting to run
CI / Database migration (push) Waiting to run
CI / App web build (Node 20) (push) Waiting to run
9 lines
269 B
Plaintext
9 lines
269 B
Plaintext
# Direct runtime dependencies for crawler, backfill, and daily summary jobs.
|
|
# Keep NumPy on the last line that supports the CI/runtime Python 3.10 baseline.
|
|
numpy==2.2.6
|
|
pandas==2.3.3
|
|
python-dateutil==2.9.0.post0
|
|
python-dotenv==1.2.1
|
|
requests==2.32.5
|
|
supabase==2.27.2
|