summaryrefslogtreecommitdiff
path: root/service/setup.py
AgeCommit message (Collapse)Author
2016-12-08Revert "[#801] Merge branch 'signup'"Roald de Vries
This reverts commit d10f607a4d40587510b0dc31b31fe4750bf4a3a3, reversing changes made to c28abba2f5b1186c671ebef508d40ffaae6d5bc5.
2016-12-05use static instead of {startup,public}-assetsRoald de Vries
2016-07-05change github url in setup.py to new oneZara Gebru
2016-06-02Revert "added custom c extension to set mutex locking for openssl rand ↵NavaL
generation" This reverts commit 6b528c26a05f1c3f969a9896328be408bcfd6064.
2016-06-01added custom c extension to set mutex locking for openssl rand generationNavaL
2015-12-28Dev requirements now use u1db and dirspec from launchpad, vagrant needs ↵Bruno Wagner
bazaar for that to work
2015-11-24pixelated.adapter.errors is not used anymore.Christoph Kluenter
It was removed in e68f667
2015-09-28Fixed setup.py pep8 warningsBruno Wagner
2015-09-28Added maintenance to setup.py so it works on the debian package #468Bruno Wagner
2015-09-28Issue #470 - Added the new folder on setupJefferson Stachelski
2015-09-09Remove pixelated.adapter.soledad package from setup.pyFolker Bernitt
- Issue #432
2015-08-20Added mailstore package to setup.py packages.Folker Bernitt
- Issue https://github.com/pixelated/project-issues/issues/133
2015-08-11Install develop HEAD dependencies on ./go setup.Folker Bernitt
- Allows to build user agent using latest dependencies - does not need extra pypi server with packages
2015-08-11Increased pyasn1 version to 0.1.8.Folker Bernitt
2015-08-11trying out a new migrationVictor Shyba
2015-06-09Added extensions to setup.py packageBruno Wagner
2015-06-05Moved register out of application like maintenanceBruno Wagner
2015-06-04Initialization is not config, moving it to pixelated.applicationBruno Wagner
2015-05-24old nose code in setup.py, but we use trial insteadVictor Shyba
2015-05-24unused imports in setup.pyVictor Shyba
2015-05-08Bumped leap auth version after latest changesBruno Wagner
2015-05-04add leap.auth to requiresrafael lisboa
2015-04-15Introduced maintenance command and added reset behaviour.Folker Bernitt
- Call with: pixelated_maintenance reset - Issues #335, #345
2015-02-03Upgrading to twisted 13.2.0Duda Dornelles
2015-01-28Fixing the assets issue for good I hope - adding it to MANIFETS.in file.Duda Dornelles
Also cleaning up the setup.py file, there were lots of unused stuff there
2015-01-28Adding assets to setup.py packagesDuda Dornelles
2015-01-27#237 #232 #196 syncing user data once before starting the UA. Displaying a ↵Duda Dornelles
loading screen in the meantime. The initial sync will make sure the user has a single key pair
2015-01-21#224 App is working without klein - migration to twisted "complete"Duda Dornelles
2015-01-21#240 downgrading versions to be wheezy-compatible. Also, getting rid of ↵Duda Dornelles
klein, lets move things to vanilla twisted web
2015-01-16Removed service_identity module because it is optional and doesn't exist on ↵Bruno Wagner
wheezy
2015-01-13for #227, nacl -> SoledadCrypto, since its already presentVictor Shyba
2015-01-13Adding pynacl dependencyDuda Dornelles
2015-01-13 #230 Going back to setup.py for managing deps and upgrading soledad to 0.6.3Duda Dornelles
2015-01-06Removed commented out install_requiresBruno Wagner
2015-01-06Always unzip is not needed anymore because we are not installing packages ↵Bruno Wagner
through setup.py anymore
2014-12-23Removing install_requires from setup.py for nowDuda Dornelles
2014-12-23Falling back to requirements.txt for now till we get soledad packages with ↵Duda Dornelles
PEP440 names
2014-12-22Added explicit cryptography package to setup.py because the new version is ↵Bruno Wagner
breaking on jessie
2014-12-22refactoring package structureDuda Dornelles
2014-12-04Updated requests libraryBruno Wagner
2014-11-27Updated gnupg to 1.4.0, we shouldn't have version problems anymoreBruno Wagner
2014-11-20Removing flask dependency and the user-agent-daemonDuda Dornelles
2014-11-06Flask is back because it is still needed by the attachments and tags controllersBruno Wagner Goncalves
2014-11-05grooming our dependencies a bit - flask is outDuda Dornelles
2014-11-05moving to twistedDuda Dornelles
2014-11-04bump soledad version requirement to >=0.6varac
2014-10-23Removed crochet, and streamlined the reactor shutdown so we shouldn't see ↵Bruno Wagner
errors on user agent start/exit anymore
2014-10-22Explicit pyasn1 because it wasn't installing the package properly otherwiseBruno Wagner
2014-10-22Added explicit import setuptools to try to solve the service_identity problemBruno Wagner
2014-10-22Adding the service identity module because twisted complains about ssl ↵Bruno Wagner
certificates without it