diff options
| author | Rémy HUBSCHER <remy@chefclub.tv> | 2019-09-24 22:19:38 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-09-24 22:19:38 +0200 |
| commit | 4ec452507504e6ee8a4ec0b5fbdcb51f60f1b9ef (patch) | |
| tree | 8474945bd6e40d3429dacb92eb11e2b1221aa9b9 /requirements.txt | |
| parent | 257a146b74737bf019830ba925178fb683bf6011 (diff) | |
| parent | 74c51be5a3ccdbb81d7a2111d198b7ac4c511ed5 (diff) | |
| download | ihatemoney-mirror-4ec452507504e6ee8a4ec0b5fbdcb51f60f1b9ef.zip ihatemoney-mirror-4ec452507504e6ee8a4ec0b5fbdcb51f60f1b9ef.tar.gz ihatemoney-mirror-4ec452507504e6ee8a4ec0b5fbdcb51f60f1b9ef.tar.bz2 | |
Merge pull request #476 from spiral-project/integrate-debts
Fix #434 Use the debts lib to solve settlements.
Diffstat (limited to 'requirements.txt')
| -rw-r--r-- | requirements.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/requirements.txt b/requirements.txt index a4c6627..4b35378 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,8 +1,9 @@ -alembic==1.1.0 +alembic==1.2.0 aniso8601==8.0.0 Babel==2.7.0 blinker==1.4 Click==7.0 +debts==0.4 dnspython==1.16.0 email-validator==1.0.4 Flask==1.1.1 @@ -12,7 +13,7 @@ Flask-Mail==0.9.1 Flask-Migrate==2.5.2 Flask-RESTful==0.3.7 Flask-Script==2.0.6 -Flask-SQLAlchemy==2.4.0 +Flask-SQLAlchemy==2.4.1 Flask-WTF==0.14.2 idna==2.8 itsdangerous==1.1.0 @@ -23,5 +24,5 @@ python-dateutil==2.8.0 pytz==2019.2 six==1.12.0 SQLAlchemy==1.3.8 -Werkzeug==0.15.6 +Werkzeug==0.16.0 WTForms==2.2.1 |
