File size: 387 Bytes
f9609df | 1 2 3 4 5 6 7 8 9 10 | # ============================================================================= # InsightUX — dev/test-only dependencies. NOT needed to run the app itself # (see requirements.txt for that) — only to run `pytest` against tests/. # # Install with: # pip install -r requirements-dev.txt # ============================================================================= pytest==9.1.1 |