summaryrefslogtreecommitdiff
path: root/service/requirements.txt
AgeCommit message (Collapse)Author
2017-04-06Change to use develop branch of python-gnupgTulio Casagrande
2017-03-30[#1022] Downgrade Twisted to original version 16.1.1Sriram Viswanathan
2017-03-29[#1018] Upgrades twisted from 16.1.1 to 17.1.0Sriram Viswanathan
2017-03-23Change requirements to use soledad development branchTulio Casagrande
2017-03-17[#1012] Generates recovery code in soledad clientAnike Arni
with @tayanefernandes
2017-03-15Use 'development' branch for bitmask-dev while packagingSriram Viswanathan
2017-03-14[#924] Implements update recovery code through bitmaskThais Siqueira
with @anikarni
2017-03-14Change leap_pycommon to the master branchTulio Casagrande
2017-03-13Use leap repository of leap_pycommonTayane Fernandes
with @tuliocasagrande
2017-02-15[#888] Using soledad master branch from pixelated forkThais Siqueira
with @tayanefernandes
2017-02-15Change the soledad branch to point to masterThais Siqueira
2017-02-14Use soledad 0.9.2 versionThais Siqueira
2017-02-14Use version of soledad from pixelated streaming branchAnike Arni
2017-02-14Uses leap fork to test soledad streaming changesAnike Arni
2017-01-06Removes soledad server (leap.soledad.server) from requirementsAnike Arni
with @thaissiqueira
2017-01-02Change python-gnupg to use our branch of key extensionThais Siqueira
2017-01-02[#851] minor refactoring, and using the right keymanager branchNavaL
2017-01-02[#815] regenerating new keys when the current one expiresNavaL
2016-12-07Change requirements to use our fork of python-gnupgTulio Casagrande
2016-11-24Change leap forks to use 0xacabTulio Casagrande
2016-11-23Change the bitmask-dev repo to use our forkTulio Casagrande
See: https://github.com/pixelated/project-issues/issues/394
2016-11-07Updated some outdated requirementsBruno Wagner
Whoosh 2.7 and Twisted 16.2+ still break the application, they have to be looked further when we have time
2016-10-26moving pixelated-maintenance register to use bonafide instead of leap.auth #792NavaL
2016-10-19explicitly adding gnupg in the requirements -- missing after removing keymanagerNavaL
2016-10-18Adapted imports to reflect new bitmask-dev dependencyBruno Wagner
2016-10-11[#792] Move leap.bonafide to leap.bitmask.bonafideTulio Casagrande
2016-09-12Implements bonafide to replace leap.authBruno Wagner
This still uses the SRPSession object to hold the credentials so we don't have to adapt the rest of the user agent code
2016-06-26Removed deprecated options from requirements.txtBruno Wagner
2016-05-13Issue #691: Move Twisted dependency to requirementsFelix Hammerl
2016-03-24[fix] remove pycryptopp dependencyKali Kaneko (leap communications)
cryptography is now a hard dependency, so we are removing the use of pycryptopp.
2016-03-11Fixes pep8 errors and update requests to 2.9.1.Thais Siqueira
Issue #213
2016-03-11Update locust test to run after xsrf token implementation.Thais Siqueira
- Adds port 8089 to vagrant file to be able to run inside vm. - Update requests version to 2.4.1, the minimum required version by locust. - Adds the xsrf token on locust post request headers. Issue #213
2016-03-01Changed the github link to the new oneJefferson Stachelski
2016-02-01Add pycryptopp as we depend on itFolker Bernitt
- Dependency had been removed from soledad
2016-01-04Rename develop_requirements.txt to requirements.txtFolker Bernitt
- fixes package build as it expects requirements.txt
2015-12-28Dev requirements now use u1db and dirspec from launchpad, vagrant needs ↵Bruno Wagner
bazaar for that to work
2015-08-20Attempt to make user agent package buildable again.Folker Bernitt
- See https://github.com/pixelated/project-issues/issues/133 - Removed pacakge dependencies as they should now be part of the package - Uses pixpybuild to build the debian package
2015-01-14Removed requirements (we are back to using setup.py again) and changed go to ↵Bruno Wagner
reflect that
2015-01-13for #227, nacl -> SoledadCrypto, since its already presentVictor Shyba
2015-01-12card #227, replacing lib for debian compatibility: cryptography -> naclVictor Shyba
2014-12-23Falling back to requirements.txt for now till we get soledad packages with ↵Duda Dornelles
PEP440 names
2014-11-04Removed unused requirements.txt file to avoid confusionBruno Wagner
2014-10-22Explicit pyasn1 because it wasn't installing the package properly otherwiseBruno Wagner
2014-10-22Adding the service identity module because twisted complains about ssl ↵Bruno Wagner
certificates without it
2014-10-16Pinned versions of all packages, so we can reliably run the upgrade test, ↵Bruno Wagner
also fixed the error we're having on the upgrade test
2014-10-15Updated some dependenciesBruno Wagner
2014-10-09Added whoosh as search engine (issue #94).Folker Bernitt
2014-10-06Revert "updating soledad version to 0.6.0"Victor Shyba
This reverts commit 35f08b257958f61f67675513e22415f431f1ac00.
2014-10-03updating soledad version to 0.6.0Victor Shyba
2014-09-09fix requirementsChristoph Kluenter
distinguish between test_requirements and running requirements.