summaryrefslogtreecommitdiff
path: root/pkg/requirements-leap.pip
AgeCommit message (Collapse)Author
2017-09-02[feature] add support for soledad incoming apiVictor Shyba
-- Related: #8664
2017-06-27[feat] use PGPy instead of leap.keymanager to encryptRuben Pollan
In PGPy 0.4.0 keys are not accepted if they have empty lines before the ascii armored text. I addapt the tests around that for now. This is fixed already in PGPy repo, so it will not be an issue in comming releases. - Resolves: #8558, #8663
2016-04-18[pkg] bump leap deps0.8.0Kali Kaneko
2015-12-08[pkg] bump soledad-common dependencyKali Kaneko
needed because the ServerDocument refactor - Releases: 0.8.0
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