mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-04-29 01:42:37 +02:00
Preparing release 4.0
This commit is contained in:
parent
a4d613984e
commit
c31622b553
3 changed files with 59 additions and 16 deletions
|
@ -3,7 +3,7 @@ Changelog
|
||||||
|
|
||||||
This document describes changes between each past release.
|
This document describes changes between each past release.
|
||||||
|
|
||||||
4.0 (unreleased)
|
4.0 (2019-01-24)
|
||||||
----------------
|
----------------
|
||||||
|
|
||||||
Added
|
Added
|
||||||
|
|
|
@ -1,14 +1,57 @@
|
||||||
flask>=0.11
|
alembic==1.0.5
|
||||||
flask-wtf>=0.14
|
aniso8601==4.0.1
|
||||||
flask-sqlalchemy>=2.2,<3.0
|
atomicwrites==1.2.1
|
||||||
flask-mail>=0.8
|
attrs==18.2.0
|
||||||
Flask-Migrate>=1.8.0
|
Babel==2.6.0
|
||||||
Flask-script
|
bleach==3.0.2
|
||||||
flask-babel
|
blinker==1.4
|
||||||
flask-restful>=0.3.6
|
certifi==2018.11.29
|
||||||
jinja2>=2.6
|
chardet==3.0.4
|
||||||
blinker
|
Click==7.0
|
||||||
flask-cors
|
colorama==0.4.1
|
||||||
six>=1.10
|
dnspython==1.16.0
|
||||||
itsdangerous>=0.24
|
docutils==0.14
|
||||||
email_validator>=1.0
|
email-validator==1.0.3
|
||||||
|
filelock==3.0.10
|
||||||
|
flake8==3.6.0
|
||||||
|
Flask==1.0.2
|
||||||
|
Flask-Babel==0.12.2
|
||||||
|
Flask-Cors==3.0.7
|
||||||
|
Flask-Mail==0.9.1
|
||||||
|
Flask-Migrate==2.3.1
|
||||||
|
Flask-RESTful==0.3.7
|
||||||
|
Flask-Script==2.0.6
|
||||||
|
Flask-SQLAlchemy==2.3.2
|
||||||
|
Flask-Testing==0.7.1
|
||||||
|
Flask-WTF==0.14.2
|
||||||
|
idna==2.8
|
||||||
|
itsdangerous==1.1.0
|
||||||
|
Jinja2==2.10
|
||||||
|
Mako==1.0.7
|
||||||
|
MarkupSafe==1.1.0
|
||||||
|
mccabe==0.6.1
|
||||||
|
more-itertools==4.3.0
|
||||||
|
pkginfo==1.4.2
|
||||||
|
pluggy==0.8.0
|
||||||
|
py==1.7.0
|
||||||
|
pycodestyle==2.4.0
|
||||||
|
pyflakes==2.0.0
|
||||||
|
Pygments==2.3.1
|
||||||
|
pytest==4.0.2
|
||||||
|
python-dateutil==2.7.5
|
||||||
|
pytz==2018.7
|
||||||
|
readme-renderer==24.0
|
||||||
|
requests==2.21.0
|
||||||
|
requests-toolbelt==0.8.0
|
||||||
|
six==1.12.0
|
||||||
|
SQLAlchemy==1.2.15
|
||||||
|
toml==0.10.0
|
||||||
|
tox==3.6.1
|
||||||
|
tqdm==4.28.1
|
||||||
|
twine==1.12.1
|
||||||
|
urllib3==1.24.1
|
||||||
|
virtualenv==16.1.0
|
||||||
|
webencodings==0.5.1
|
||||||
|
Werkzeug==0.14.1
|
||||||
|
WTForms==2.2.1
|
||||||
|
zest.releaser==6.15.3
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -34,7 +34,7 @@ ENTRY_POINTS = {
|
||||||
|
|
||||||
|
|
||||||
setup(name='ihatemoney',
|
setup(name='ihatemoney',
|
||||||
version='3.1.dev0',
|
version='4.0',
|
||||||
description='A simple shared budget manager web application.',
|
description='A simple shared budget manager web application.',
|
||||||
long_description="{}\n\n{}".format(README.encode('utf-8'), CHANGELOG.encode('utf-8')),
|
long_description="{}\n\n{}".format(README.encode('utf-8'), CHANGELOG.encode('utf-8')),
|
||||||
license='Custom BSD Beerware',
|
license='Custom BSD Beerware',
|
||||||
|
|
Loading…
Reference in a new issue