Merge pull request #32 from SchrodingersGat/master

Tweaks for config files
This commit is contained in:
Oliver 2017-04-12 18:38:58 +10:00 committed by GitHub
commit 92c6800717
2 changed files with 3 additions and 1 deletions

View File

@ -11,6 +11,7 @@ style:
flake8
test:
python InvenTree/manage.py check
python InvenTree/manage.py test --noinput
migrate:

View File

@ -1,2 +1,3 @@
Django==1.11
djangorestframework==3.6.2
flake8==3.3.0