First stab at extracting deps in setup.py to extras

This commit is contained in:
Sławek Ehlert 2019-07-27 12:52:23 +02:00 committed by David Szotten
commit 49b12ab7f5
2 changed files with 45 additions and 12 deletions

View file

@ -1,2 +1,2 @@
# Please add requirements to setup.py
-e .
-e .[all]