Since we don't need extensions to live inside the same code repository anymore, we could extract some of the complex ones into separated repositories.
Those two in particular already depend on extra requirements to work anyway.
So instead of doing pip install pyscaffold[all], the users that want the functionalities would need to do pip install pyscaffold pyscaffoldext-django or pip install pyscaffold pyscaffoldext-cookiecutter, which is bigger, but at least we clean up the code base and speed up the tests...
Any thoughts?
Since we don't need extensions to live inside the same code repository anymore, we could extract some of the complex ones into separated repositories.
Those two in particular already depend on extra requirements to work anyway.
So instead of doing
pip install pyscaffold[all], the users that want the functionalities would need to dopip install pyscaffold pyscaffoldext-djangoorpip install pyscaffold pyscaffoldext-cookiecutter, which is bigger, but at least we clean up the code base and speed up the tests...Any thoughts?