forked from inventree/InvenTree
-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements-dev.in
14 lines (14 loc) · 936 Bytes
/
requirements-dev.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Dev requirements for InvenTree
-c requirements.txt
coverage # Unit test coverage
coveralls==2.1.2 # Coveralls linking (for tracking coverage) # PINNED 2022-06-28 - Old version needed for correct upload
django-debug-toolbar # Debug / profiling toolbar
django-slowtests # Show which unit tests are running slowly
django-test-migrations # Unit testing for database migrations
flake8 # PEP checking
flake8-docstrings # docstring format testing
isort # python import sorting
pep8-naming # PEP naming convention extension
pip-tools # Compile pip requirements
pre-commit # Git pre-commit
setuptools # Standard depenedency