Florian Eitel c85f6ccc36
Install pylint
It helps for the version upgrades to check there are no errors
2023-01-15 12:35:04 +01:00

10 lines
132 B
Plaintext

# packages needed for development
-r all.txt
django-debug-toolbar
pytest>=3.6
pytest-django
pytest-pep8
pylint
pylint-django
Sphinx