Merge pull request #152 from SchrodingersGat/requirements

Cleanup requirements file
This commit is contained in:
Oliver 2019-04-25 21:07:29 +10:00 committed by GitHub
commit 77298c8fe8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 4 additions and 13 deletions

View File

@ -10,7 +10,6 @@ addons:
before_install:
- make setup
- make setup_ci
script:
- make coverage

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

View File

@ -10,3 +10,6 @@ django-crispy-forms>=1.7.2
django-import-export>=1.0.0
django-cleanup>=2.1.0
django-qr-code==1.0.0
flake8==3.3.0
coverage>=4.5.3
python-coveralls==2.9.1

View File

@ -1,4 +0,0 @@
-r base.txt
flake8==3.3.0
coverage>=4.5.3
python-coveralls==2.9.1

View File

@ -1,4 +0,0 @@
-r build.txt
django-extensions==1.7.8
graphviz==0.6
ipython==5.3.0