Michele Grimaldi
776ea9d948
Fix maintainability:
...
- Resolved formatting issues using isort and black.
- Updated deprecated methods (_app_ctx_stack, datetime.utcnow).
- Added a requirements.txt file for dependency management.
- Addressed Python 3. warnings (ast.Num, ast.n).
2025-01-08 21:04:06 +01:00
Rémy HUBSCHER
5d3266873e
Update known working set. ( #558 )
...
* Update known working set.
* Pin dependencies in setup.cfg.
* Cleanup Makefile.
* Try the python_version trick.
2020-04-21 10:30:13 +02:00
Andrew Dickinson
026a072235
Add Project History Page ( #553 )
...
Co-Authored-By: Glandos <bugs-github@antipoul.fr>
All project activity can be tracked, using SQLAlchemy-continuum.
IP addresses can optionally be recorded.
2020-04-20 15:30:27 +02:00
480939afe5
Remove support for python2.
...
In the same move :
- use a setup.cfg file for packaging
- remove the use of six
2019-10-11 19:52:37 +02:00
74c51be5a3
Fix #434 Use the debts lib to solve settlements.
2019-09-24 21:25:06 +02:00
f521b9eb4b
Prepare 4.1.3
2019-09-18 22:10:51 +02:00
aeb6b102a9
Prepare 4.1.1
2019-09-18 21:31:58 +02:00
01cf56559b
Update requirements.txt
2019-09-06 23:59:05 +02:00
Rémy HUBSCHER
8ed92c279f
Fix requirements.txt file.
...
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-02-20 10:01:59 +01:00
Alexis Métaireau
c31622b553
Preparing release 4.0
2019-01-24 13:19:00 +01:00
620596e32c
Add CORS to the API. Fix #404 ( #407 )
2018-12-25 18:13:58 +01:00
665dfd5c44
Remove Sentry, as it's not used anymore on prod. ( #380 )
...
Fixes #312 .
2018-08-11 00:11:00 +02:00
9d76144a83
Fix failing tests ( #365 )
...
* Remove unwanted space in utils.py
* Fix email validation when sending invites
2018-08-10 23:04:31 +02:00
0livd
b93ea4830d
API: Migrate from flask-rest to flask-restful ( #315 )
...
The flask-rest custom json encoder is still needed
and thus was added to ihatemoney's utils.
Closes #298
2018-01-25 17:41:28 +01:00
867f77905b
Require flask-rest 1.3 minimum.
...
Fixes #294
2017-12-27 17:26:16 +01:00
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