requirements-dev.txt 161 Bytes
Newer Older
1
2
3
4
5
6
7
8
9
10
11
# formatting
yapf==0.32.0
pylint==2.8.2

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

# testing
12
pytest
Woosuk Kwon's avatar
Woosuk Kwon committed
13
pytest-forked
14
pytest-asyncio