aboutsummaryrefslogtreecommitdiff
path: root/setup.cfg
AgeCommit message (Collapse)AuthorFilesLines
2021-06-03Using one job for all linting and doc generationGlandos1-0/+4
Requirements for doc are now an extra require in setup.cfg
2021-06-03Upper bound for Flask-MigrateGlandos1-1/+1
Version 3.0.0 dropped support for Flask-Script which is used in our "db" command. We could migrate to Flask CLI instead.
2021-04-04Pin SQLAlchemy (#730)zorun1-1/+2
* Pin SQLAlchemy to accounts for API changes Fixes: #728 * Cosmetic fix (tabs vs spaces) Co-authored-by: Baptiste Jonglez <git@bitsofnetworks.org>
2020-11-24Add python3.9 supportGlandos1-0/+1
2020-08-05Switch to isort 5 (#669)Glandos1-1/+1
2020-07-26Relax pin point dependencies (#660)Glandos1-25/+25
* Please don't pin point releases and future releases Fixes #658 * fix expression checked by new flake8 * (really) fix condition * ensure Flask-WTF is ok * don't forget, it's >= not > Co-authored-by: Glandos <bugs-framagit@antipoul.fr>
2020-04-29Feature/currencies (#541)dark0dave1-0/+2
Now each project can have a currency, default to None. Each bill can use a different currency, and a conversion to project default currency is done on settle. Fix #512
2020-04-24Remove obsolete python code (<3.6). (#571)Rémy HUBSCHER1-1/+0
2020-04-23Pin WTForms 2.2.1Rémy HUBSCHER1-0/+1
2020-04-21Add isort support. (#561)Rémy HUBSCHER1-0/+1
2020-04-21Update known working set. (#558)Rémy HUBSCHER1-20/+22
* Update known working set. * Pin dependencies in setup.cfg. * Cleanup Makefile. * Try the python_version trick.
2020-04-20Add Project History Page (#553)Andrew Dickinson1-0/+1
Co-Authored-By: Glandos <bugs-github@antipoul.fr> All project activity can be tracked, using SQLAlchemy-continuum. IP addresses can optionally be recorded.
2019-10-11Remove support for python2.Alexis M1-0/+53
In the same move : - use a setup.cfg file for packaging - remove the use of six