2
0
mirror of https://github.com/inventree/InvenTree.git synced 2026-06-12 11:38:47 +00:00
Files
InvenTree/src/backend/requirements-dev.in
T
Matthias Mair b47091f388 chore(backend): bump dev tooling, switch to prek (#11905)
* update names

* update tooling

* update files to new style

* swich to prek

* remove autoupdate to make newbie PRs cleaner
2026-05-10 10:15:30 +10:00

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)