By moving away from direct <package>@git+git:// links this is moving the package closer to being usable on PyPi, and allows for local (-e <package>) to co-exist with setup.py dependency. Long term goal would get all packages from PyPi, rather than direct git links.
By moving away from direct
<package>@git+git://
links this is moving the package closer to being usable on PyPi, and allows for local (-e <package>
) to co-exist withsetup.py
dependency. Long term goal would get all packages from PyPi, rather than direct git links.