requirements-dev.txt 254 Bytes
Newer Older
1
2
# formatting
yapf==0.32.0
3
toml==0.10.2
4
tomli==2.0.1
5
ruff==0.1.5
6
codespell==2.2.6
7
8
9
10
11
12
13
14

# type checking
mypy==0.991
types-PyYAML
types-requests
types-setuptools

# testing
15
pytest
Woosuk Kwon's avatar
Woosuk Kwon committed
16
pytest-forked
17
pytest-asyncio
Simon Mo's avatar
Simon Mo committed
18
19
httpx
einops # required for MPT
20
21
openai
requests
22
ray