Mercurial > wikked
comparison requirements.txt @ 497:36c3e9b1d1e3
cm: Upgrade all dependencies and fix deprecation issues.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Sat, 06 Jun 2020 22:24:38 -0700 |
parents | 0d78638199bf |
children |
comparison
equal
deleted
inserted
replaced
492:eacacee352f7 | 497:36c3e9b1d1e3 |
---|---|
1 Flask==0.12.2 | 1 attrs==19.3.0 |
2 bcrypt==3.1.7 | |
3 cffi==1.14.0 | |
4 click==7.1.2 | |
5 colorama==0.4.3 | |
6 Flask==1.1.2 | |
2 Flask-Bcrypt==0.7.1 | 7 Flask-Bcrypt==0.7.1 |
3 Flask-Login==0.2.10 | 8 Flask-Login==0.5.0 |
4 Jinja2==2.10 | 9 importlib-metadata==1.6.1 |
5 Markdown==3.0.1 | 10 itsdangerous==1.1.0 |
6 Pygments==2.2.0 | 11 Jinja2==2.11.2 |
7 SQLAlchemy==1.2.0 | 12 Markdown==3.2.2 |
13 MarkupSafe==1.1.1 | |
14 more-itertools==8.3.0 | |
15 packaging==20.4 | |
16 pkg-resources==0.0.0 | |
17 pluggy==0.13.1 | |
18 py==1.8.1 | |
19 pycparser==2.20 | |
20 Pygments==2.6.1 | |
21 pyparsing==2.4.7 | |
22 python-hglib==2.6.1 | |
23 repoze.lru==0.7 | |
24 six==1.15.0 | |
25 SQLAlchemy==1.3.17 | |
26 wcwidth==0.2.3 | |
27 Werkzeug==1.0.1 | |
8 Whoosh==2.7.4 | 28 Whoosh==2.7.4 |
9 colorama==0.3.9 | 29 zipp==3.1.0 |
10 python-hglib==1.8 | |
11 repoze.lru==0.6 |