"examples/online_serving/chart-helm/values.schema.json" did not exist on "6f676d33f5c04974f87d64060ff5df0e963bc517"
requirements-dev.txt 162 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
Stephen Krider's avatar
Stephen Krider committed
15