Add bundled install extras. (#4443)

* add an `[all]` extras_requires

* can go here

* add a [dev] which includes [all] + development extras (style, test, docs)

* special case all and dev in update message

* Optimize by changing the place of the check for "special" extras

Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com>
This commit is contained in:
Draper
2020-10-10 00:32:29 +01:00
committed by GitHub
parent b45e62f354
commit d6c2e8c8c3
3 changed files with 9 additions and 2 deletions

View File

@@ -1,3 +1,3 @@
packaging
tox
-e .[docs,postgres,style,test]
-e .[dev]