mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
485045e9c0
* Add django-admin-shell package * Optionally enable debug shell - Requires debug mode - Requires admin integration * Add message if admin shell package not installed * Ignore qa for these lines
14 lines
875 B
Plaintext
14 lines
875 B
Plaintext
# Dev requirements for InvenTree
|
|
-c requirements.txt
|
|
coverage[toml] # Unit test coverage
|
|
coveralls==2.1.2 # Coveralls linking (for tracking coverage) # PINNED 2022-06-28 - Old version needed for correct upload
|
|
django-admin-shell # Remote shell access
|
|
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
|