summaryrefslogtreecommitdiff
path: root/pkg/requirements-leap.pip
AgeCommit message (Collapse)Author
2015-10-08[pkg] bump common dependency (due to events-async)Kali Kaneko
2015-07-22[pkg] separate leap requirementsKali 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