aboutsummaryrefslogtreecommitdiff
path: root/requirements.txt
AgeCommit message (Collapse)AuthorFilesLines
2019-09-24Fix #434 Use the debts lib to solve settlements.Alexis M1-3/+4
2019-09-18Prepare 4.1.3Alexis M1-1/+0
2019-09-18Prepare 4.1.1Alexis M1-1/+2
2019-09-06Update requirements.txtAlexis M1-14/+14
2019-02-20Fix requirements.txt file.Rémy HUBSCHER1-36/+6
You can't use both build-requirements to keep known version set and load setup.py from the same requirements, it doesn't make any sense.
2019-01-24Preparing release 4.0Alexis Métaireau1-14/+57
2018-12-25Add CORS to the API. Fix #404 (#407)Alexis Metaireau1-0/+1
2018-08-11Remove Sentry, as it's not used anymore on prod. (#380)Alexis Metaireau1-1/+0
Fixes #312.
2018-08-10Fix failing tests (#365)Alexis Metaireau1-0/+1
* Remove unwanted space in utils.py * Fix email validation when sending invites
2018-01-25API: Migrate from flask-rest to flask-restful (#315)0livd1-1/+1
The flask-rest custom json encoder is still needed and thus was added to ihatemoney's utils. Closes #298
2017-12-27Require flask-rest 1.3 minimum.Alexis Métaireau1-1/+1
Fixes #294
2017-10-26Use token based auth to reset passwords (#269)0livd1-0/+1
Send a mail containing a password reset token link instead of sending a clear text password. Ref #232
2017-08-20Add python 3.6 support (#259)0livd1-0/+1
Closes #253
2017-03-29Update flask-sqlalchemy to >=2.2Jocelyn Delalande1-1/+1
Versions prior to 2.1 trigger a deprecation warning because of the import of `flask.ext.sqlalchemy._compat` instead of `flask_sqlalchemy`.
2017-03-29Update flask-wtf to 0.14Jocelyn Delalande1-1/+1
Important changes include the new way to disable CSRF for a given form, 0.13 does not support it.
2017-03-28Create a Makefile to ease developmentAlexis Métaireau1-0/+11
2011-10-13put back requirements.txt in budgetAlexis Metaireau1-4/+0
2011-10-13move requirements.txtAlexis Metaireau1-0/+4
2011-10-13Fix some problems related to postgresql and modelsAlexis Metaireau1-4/+0
2011-07-30Put the dependencies into a requirements.txt file.Alexis Metaireau1-0/+4
This allows to put them only in one place and to use `pip install -r requirements.txt` in order to install all the dependencies.