summaryrefslogtreecommitdiff
path: root/service/setup.py
AgeCommit message (Collapse)Author
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
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-16Srp is version 1.0.5 nowBruno Wagner
2014-10-15Updated some dependenciesBruno Wagner
2014-10-15moving things out of user_agent. now it is called runserver and only does ↵Duda Dornelles
basic app setup and delegates to other "classes".
2014-10-10Removing test dependencies from setup.py - you have to install them with pip ↵Duda Dornelles
install -r test_requirements.txt
2014-10-09Added whoosh as search engine (issue #94).Folker Bernitt
2014-10-09moving fake-service features to service, getting rid of setup.py test ↵Duda Dornelles
requires and getting them into test_requirements.txt
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-22Pep8 fixedBruno Wagner Goncalves
2014-09-15When adding draft, return the mail with the new draft id so the UI can ↵Duda Dornelles
update it later
2014-09-10Build and add resources at the right locations.Folker Bernitt
- include package data into build - build resources as part of debian dpkg-buildpackage use: dpkg-buildpackage -rfakeroot -uc -us to build the package
2014-09-09Adding support files to python buildDuda Dornelles
2014-09-09fix requirementsChristoph Kluenter
distinguish between test_requirements and running requirements.
2014-09-08Added debian package scripts.Folker Bernitt
2014-08-29Refactoring into mailboxes and mailsender - less colaborators for mail serviceDuda Dornelles
2014-08-25paths must be absolute for app to work as an egg. Also, packaging theDuda Dornelles
web-ui files
2014-08-25Add copyright and license notice to serviceAlexandre Pretto Nunes
2014-08-22adding config files and certs to setup.py installDuda Dornelles
2014-08-21adds gunicorn to setup.pyPatrick Maia and Victor Shyba
2014-08-20removing service identityVictor Shyba
2014-08-20Removed go and runtests - setup.py develop creates a pixelated-user-agent ↵Bruno Wagner Goncalves
script that you can run
2014-08-20setup.py test, build and develop are now workingBruno Wagner Goncalves
2014-08-20Added setup.py and changed app to pixelated because it will be a packageBruno Wagner Goncalves