Files
vllm/requirements-dev.txt

16 lines
162 B
Plaintext
Raw Normal View History

# formatting
yapf==0.32.0
pylint==2.8.2
# type checking
mypy==0.991
types-PyYAML
types-requests
types-setuptools
# testing
pytest
2023-09-01 11:19:43 +09:00
pytest-forked
pytest-asyncio
2023-10-31 12:36:47 -07:00