Files
InvenTree/src/backend/requirements-dev.in
T
Matthias Mair 4066fa6e0a feat(backend): add SCIM for user provisioning (#12713)
* Add SCIM
Closes https://github.com/inventree/InvenTree/issues/6339

* also test scim

* extend testing with conformance suite

* fix test suite results

* coverage completion

* fil test gaps

* add missing schema values

* fix more type issues

* fix error view

* remove route from OpenAPI

* add changelog entry

* add codeowners
2026-08-31 09:24:14 +10:00

19 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)
scim2-tester[httpx] # SCIM test suite