2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-18 13:05:42 +00:00

Remove admin shell (#8816)

This commit is contained in:
Matthias Mair
2025-01-05 02:57:20 +01:00
committed by GitHub
parent ea9e3fb992
commit 7125261bbc
5 changed files with 0 additions and 37 deletions

View File

@ -1,7 +1,6 @@
# Dev requirements for InvenTree
-c requirements.txt
coverage[toml] # Unit test coverage
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