mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-30 04:26:44 +00:00
* Remove stat context variables * Revert "Remove stat context variables" This reverts commit 0989c308d0cea9b9405a1338d257b542c6d33d73. * remove old backport * move requirements * move isort * move migrations-tests * add pip-tools as req and add hook * Use hashes and also run when txt files are added * Update to hashes in requirements * update requirements install path * remove allauth-2fa for a test * install dev-requirements * re-enable allauth * remove hashes from pre normal setup * Remove version bindings if they are the laest * move depencies to upper bound * fix django-money * remove windows specific requirements * also install dependencies * update markdownify * remove django-admin-shell * remove unneeded packages * add docs * remove pins and fix pre-commit pipeline * pin django-money * really remove admin shell * return default behaviour for money serializer * pip fix * update filter name * set decimal for output * add migrations * pin coveralls * update requirements Co-authored-by: Oliver Walters <oliver.henry.walters@gmail.com>
13 lines
833 B
Plaintext
13 lines
833 B
Plaintext
# Dev requirements for InvenTree
|
|
coverage # Unit test coverage
|
|
coveralls==2.1.2 # Coveralls linking (for tracking coverage) # PINNED 2022-06-28 - Old version needed for correct upload
|
|
django-debug-toolbar # Debug / profiling toolbar
|
|
django-test-migrations # Unit testing for database migrations
|
|
flake8 # PEP checking
|
|
flake8-docstrings # docstring format testing
|
|
isort # python import sorting
|
|
pep8-naming # PEP naming convention extension
|
|
pip-tools # Compile pip requirements
|
|
pre-commit # Git pre-commit
|
|
setuptools # Standard depenedency
|