mirror of
https://github.com/inventree/InvenTree.git
synced 2026-06-12 11:38:47 +00:00
b47091f388
* update names * update tooling * update files to new style * swich to prek * remove autoupdate to make newbie PRs cleaner
18 lines
1.1 KiB
Plaintext
18 lines
1.1 KiB
Plaintext
# Dev requirements for InvenTree
|
|
coverage[toml] # Unit test coverage
|
|
django-querycount # Display number of URL queries for requests
|
|
django-silk # API query profiling
|
|
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
|
|
prek # Git pre commit hooks
|
|
setuptools # Standard dependency
|
|
pdfminer.six # PDF validation
|
|
ty # type checking
|
|
django-types # typing
|
|
django-stubs # typing
|
|
requests-mock # Mock requests for unit tests
|
|
pytest-codspeed # Performance testing with Codspeed
|
|
pytest-django # Pytest support for Django (for benchnmarking)
|