mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
158a209a0f
* Updated all dependencies * fixed some spelling errors * More spelling corrections * Fixes for changes in react-query
15 lines
935 B
Plaintext
15 lines
935 B
Plaintext
# 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 dependency
|