----------------
* Removes o365 option. New authorization URL works well enough for both
* Xbox Live Auth still uses old Microsoft Auth URL
* 'o365' will still work as a MICROSOFT_AUTH_LOGIN_TYPE value,
but you should change it to 'ma'
* Adds extras:
* `ql`: DjangoQL package and support
* `test`: test dependencies (same as test_requires packages)
* `dev`: `ql`+`test` and extra dev only dependencies like
`twine` and `pip-tools`
* Pip 10 support (thanks Shigumitsu!)
* Fixes max length of o365 IDs (thanks Shigumitsu!)