aboutsummaryrefslogtreecommitdiff
path: root/setup.cfg
AgeCommit message (Collapse)AuthorFilesLines
2021-06-03Update flask requirement from ~=1.1 to >=1.1,<3.0dependabot[bot]1-1/+1
Updates the requirements on [flask](https://github.com/pallets/flask) to permit the latest version. - [Release notes](https://github.com/pallets/flask/releases) - [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/flask/compare/1.1.0...2.0.1) Signed-off-by: dependabot[bot] <support@github.com>
2021-06-03Bump sphinx from 3.5.3 to 4.0.2dependabot[bot]1-1/+1
Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 3.5.3 to 4.0.2. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/4.x/CHANGES) - [Commits](https://github.com/sphinx-doc/sphinx/commits/v4.0.2) Signed-off-by: dependabot[bot] <support@github.com>
2021-06-03Update flask-babel requirement from ~=1.0 to >=1,<3dependabot[bot]1-1/+1
Updates the requirements on [flask-babel](https://github.com/python-babel/flask-babel) to permit the latest version. - [Release notes](https://github.com/python-babel/flask-babel/releases) - [Commits](https://github.com/python-babel/flask-babel/compare/v1.0.0...v2.0.0) Signed-off-by: dependabot[bot] <support@github.com>
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