2
0
mirror of https://github.com/inventree/InvenTree.git synced 2026-04-29 06:14:26 +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
+1 -4
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