14 lines
473 B
Plaintext
14 lines
473 B
Plaintext
# Development and linting dependencies only.
|
|
# The bot-bottle project itself has no runtime dependencies.
|
|
# These tools are used for code quality checks in CI/CD.
|
|
|
|
-r requirements.orchestrator.in
|
|
pylint>=3.0.0
|
|
pyright>=1.1.411
|
|
coverage>=7.0.0
|
|
# PEP 517 build front-end used by tests/unit/test_wheel_install.py to build and
|
|
# install a real wheel (proves the installed distribution is self-contained).
|
|
build>=1.0.0
|
|
# FastAPI's in-process TestClient transport.
|
|
httpx>=0.28.0
|