mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-05-05 12:41:49 +02:00
Update dependencies in setup.cfg
This commit is contained in:
parent
2e2d1748fa
commit
658532003c
3 changed files with 10 additions and 14 deletions
|
@ -3,7 +3,7 @@ source_suffix = ".rst"
|
|||
master_doc = "index"
|
||||
|
||||
project = "I hate money"
|
||||
copyright = "2011-2020, The 'I hate money' team"
|
||||
copyright = "2011-2021, The 'I hate money' team"
|
||||
|
||||
version = "5.0"
|
||||
release = "5.0"
|
||||
|
|
|
@ -210,12 +210,8 @@ In order to prepare a new release, we are following the following steps:
|
|||
- Merge remaining pull requests;
|
||||
- Update :file:`CHANGELOG.rst` with the last changes;
|
||||
- Update :file:`CONTRIBUTORS`;
|
||||
- Update known good versions of dependencies in ``requirements.txt`` with this
|
||||
command (from inside the venv)::
|
||||
|
||||
make build-requirements
|
||||
|
||||
- If needed, recompress assets. It requires zopflipng::
|
||||
- Update known good versions of dependencies in ``setup.cfg``
|
||||
- Recompress assets. It requires zopflipng::
|
||||
|
||||
make compress-assets
|
||||
|
||||
|
|
14
setup.cfg
14
setup.cfg
|
@ -24,20 +24,20 @@ zip_safe = False
|
|||
install_requires =
|
||||
blinker==1.4
|
||||
debts==0.5
|
||||
email_validator==1.0.5
|
||||
email_validator==1.1.3
|
||||
Flask-Babel==1.0.0
|
||||
Flask-Cors==3.0.8
|
||||
Flask-Cors==3.0.10
|
||||
Flask-Mail==0.9.1
|
||||
Flask-Migrate==2.5.3
|
||||
Flask-RESTful==0.3.8
|
||||
Flask-RESTful==0.3.9
|
||||
Flask-Script==2.0.6
|
||||
Flask-SQLAlchemy==2.4.1
|
||||
Flask-WTF==0.14.3
|
||||
WTForms==2.2.1
|
||||
Flask-SQLAlchemy==2.5.1
|
||||
Flask-WTF==0.15.1
|
||||
WTForms==2.3.3
|
||||
Flask==1.1.2
|
||||
itsdangerous==1.1.0
|
||||
Jinja2==2.11.2
|
||||
SQLAlchemy-Continuum==1.3.9
|
||||
SQLAlchemy-Continuum==1.3.11
|
||||
|
||||
[options.extras_require]
|
||||
dev =
|
||||
|
|
Loading…
Reference in a new issue