mirror of
https://github.com/inventree/InvenTree.git
synced 2025-10-03 15:52:51 +00:00
16 lines
893 B
Plaintext
16 lines
893 B
Plaintext
# Dev requirements for InvenTree
|
|
-c requirements.txt
|
|
coverage[toml] # Unit test coverage
|
|
django-querycount # Display number of URL queries for requests
|
|
django-slowtests # Show which unit tests are running slowly
|
|
django-test-migrations # Unit testing for database migrations
|
|
isort # python import sorting
|
|
pip-tools # Compile pip requirements
|
|
pre-commit # Git pre-commit
|
|
setuptools # Standard dependency
|
|
pdfminer.six # PDF validation
|
|
ty # type checking
|
|
django-types # typing
|
|
django-stubs # typing
|
|
requests-mock # Mock requests for unit tests
|