summaryrefslogtreecommitdiff
path: root/common/pkg/requirements.pip
AgeCommit message (Collapse)Author
2016-07-12[pkg] add u1db dependencies directly in leap.soledad.commondrebs
2016-07-12[refactor] make tests use l2db submoduleKali Kaneko
From this moment on, we embed a fork of u1db called l2db.
2015-08-24[refactor] remove simplejson dependency on commondrebs
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
2015-06-08[pkg] fix typo on leap.common versionIvan Alejandro
2015-06-01[pkg] bump dependency versionsdrebs
2015-03-19[fix] add explicit dependency on leap.commondrebs
In the past, we wanted dependency on leap.common to be optional, but now because of the explicit use of the config path prefix and signaling, we want to enforce dependency on leap.common.
2013-08-23Remove the hard-dep on sixKali Kaneko
It looks like it is no longer needed, but leaving it commented until we do some more tests.
2013-08-23packaging improvementsKali Kaneko
* add versioneer (patched for our particular repo config) * add parse_requirements to unify requirement handling