Use milc for config check, requirements fixes

Use milc's config finding and parsing to check if the user is a
developer or not.
'requirements-dev.txt' will now load 'requirements.txt', so no need to
run pip twice.
Add missing 'yapf' dependency to 'requirements-dev.txt'.
This commit is contained in:
Erovia 2020-02-20 01:10:56 +01:00 committed by skullydazed
parent c61f016fa4
commit 724f20ed32
2 changed files with 8 additions and 6 deletions

View file

@ -1,4 +1,8 @@
# Install the necessary requirements
-r requirements.txt
# Python development requirements
nose2
flake8
pep8-naming
yapf