netflix-recommendation-model / requirements.dev.txt
joao-victor-campos's picture
add application file
bb9369a
raw
history blame contribute delete
No virus
150 Bytes
# setup
setuptools
wheel
# tests
pytest
pytest-cov
# code quality
black
isort
flake8
flake8-isort
flake8-docstrings
pep8-naming
mypy
black[jupyter]