mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-12 10:05:39 +00:00
Cleanup requirements file
This commit is contained in:
5
Makefile
5
Makefile
@ -23,16 +23,13 @@ migrate:
|
||||
python InvenTree/manage.py check
|
||||
|
||||
install:
|
||||
pip install -U -r requirements/base.txt
|
||||
pip install -U -r requirements.txt
|
||||
|
||||
# Generate a secret key
|
||||
python InvenTree/key.py
|
||||
|
||||
setup: install migrate
|
||||
|
||||
setup_ci:
|
||||
pip install -U -r requirements/build.txt
|
||||
|
||||
coverage:
|
||||
python InvenTree/manage.py check
|
||||
coverage run InvenTree/manage.py test build company part stock
|
||||
|
Reference in New Issue
Block a user