Commit graph

9 commits

Author SHA1 Message Date
0livd
b94bad829c Use token based auth to reset passwords (#269)
Send a mail containing a password reset
token link instead of sending a clear text
password.

Ref #232
2017-10-26 19:46:34 +02:00
0livd
75104d9c19 Add python 3.6 support (#259)
Closes #253
2017-08-20 12:21:59 +02:00
Jocelyn Delalande
2609c4aaa7 Update flask-sqlalchemy to >=2.2
Versions prior to 2.1 trigger a deprecation warning because of the import of
`flask.ext.sqlalchemy._compat` instead of `flask_sqlalchemy`.
2017-03-29 15:09:02 +02:00
Jocelyn Delalande
5a7ae4f5d2 Update flask-wtf to 0.14
Important changes include the new way to disable CSRF for a given form, 0.13
does not support it.
2017-03-29 14:38:16 +02:00
d1facecc69 Create a Makefile to ease development 2017-03-28 17:41:34 +02:00
20f905a5c0 put back requirements.txt in budget 2011-10-13 23:05:53 +02:00
f0f73a3c8b move requirements.txt 2011-10-13 22:54:58 +02:00
97132ce88a Fix some problems related to postgresql and models 2011-10-13 21:27:56 +02:00
1229beaf54 Put the dependencies into a requirements.txt file.
This allows to put them only in one place and to use `pip install -r requirements.txt` in order to install all the dependencies.
2011-07-30 15:40:48 +02:00