2
0
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:
Oliver Walters
2019-04-25 21:04:33 +10:00
parent f0ab95306b
commit c6b5177f5c
5 changed files with 4 additions and 13 deletions

View File

@ -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