mirror of
https://github.com/openswarm-ai/openswarm.git
synced 2026-09-14 05:37:40 +02:00
13 lines
403 B
Plaintext
13 lines
403 B
Plaintext
# Development-only dependencies. NOT installed by build-python-env.{sh,ps1},
|
|
# so these never ship to production users (the embedded electron python-env
|
|
# only installs requirements.txt).
|
|
#
|
|
# To install for local development:
|
|
# pip install -r backend/requirements.txt -r backend/requirements-dev.txt
|
|
#
|
|
# CI test runs should also install both files.
|
|
|
|
pytest==8.3.4
|
|
pytest-asyncio==0.25.2
|
|
|
|
-e ./debugger |