vllm/requirements-dev.txt

16 lines
160 B
Plaintext
Raw Normal View History

# formatting
yapf==0.32.0
ruff==0.1.5
# type checking
mypy==0.991
types-PyYAML
types-requests
types-setuptools
# testing
pytest
2023-09-01 10:19:43 +08:00
pytest-forked
pytest-asyncio
2023-11-01 03:36:47 +08:00