requirements-dev.txt 132 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