File size: 150 Bytes
bb9369a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# setup
setuptools
wheel

# tests
pytest
pytest-cov

# code quality
black
isort 
flake8
flake8-isort
flake8-docstrings
pep8-naming
mypy
black[jupyter]