Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-04-19 | [pkg] bump leap dependencies for 0.9.2 release | Kali Kaneko | |
2015-10-28 | [pkg] bump dependencies0.9.0 | Ivan Alejandro | |
2015-07-22 | [pkg] separate leap requirements | Kali Kaneko | |
this is part of a process to make the setup of the development mode less troublesome. from now on, setting up a virtualenv in pure development mode will be as easy as telling pip to just install the external dependencies:: pip install -r pkg/requirements.pip and traversing all the leap repos for the needed leap dependencies doing:: python setup.py develop - Related: #7288 |