mirror of
https://github.com/almet/copanier.git
synced 2025-04-28 19:42:37 +02:00
Upgrade dependencies.:
This commit is contained in:
parent
468f51f129
commit
8806a093ec
1 changed files with 19 additions and 19 deletions
38
setup.cfg
38
setup.cfg
|
@ -1,35 +1,35 @@
|
||||||
[metadata]
|
[metadata]
|
||||||
name = copanier
|
name = copanier
|
||||||
version = 0.0.2
|
version = 0.0.3
|
||||||
|
|
||||||
[options]
|
[options]
|
||||||
packages = find:
|
packages = find:
|
||||||
include_package_data = True
|
include_package_data = True
|
||||||
install_requires =
|
install_requires =
|
||||||
Jinja2==2.10
|
Jinja2==2.11.2
|
||||||
openpyxl==2.6.1
|
openpyxl==3.0.5
|
||||||
PyJWT==1.7.1
|
PyJWT==1.7.1
|
||||||
PyYAML==5.2
|
PyYAML==5.3.1
|
||||||
roll==0.10.1
|
roll==0.12.3
|
||||||
ujson==1.35
|
ujson==3.2.0
|
||||||
minicli==0.4.4
|
minicli==0.5.0
|
||||||
python-slugify==3.0.2
|
python-slugify==4.0.1
|
||||||
debts==0.4
|
debts==0.5
|
||||||
emails==0.5
|
emails==0.6
|
||||||
Weasyprint==50
|
Weasyprint==51
|
||||||
|
|
||||||
[options.extras_require]
|
[options.extras_require]
|
||||||
dev =
|
dev =
|
||||||
hupper==1.6.1
|
hupper==1.10.2
|
||||||
minicli==0.4.4
|
minicli==0.5.0
|
||||||
usine==0.2.2
|
usine==0.2.3
|
||||||
test =
|
test =
|
||||||
pyquery==1.4.0
|
pyquery==1.4.1
|
||||||
pytest==4.3.1
|
pytest==6.0.2
|
||||||
pytest-asyncio==0.10.0
|
pytest-asyncio==0.14.0
|
||||||
prod =
|
prod =
|
||||||
gunicorn==19.9.0
|
gunicorn==20.0.4
|
||||||
uvloop==0.12.2
|
uvloop==0.14.0
|
||||||
|
|
||||||
|
|
||||||
[options.entry_points]
|
[options.entry_points]
|
||||||
|
|
Loading…
Reference in a new issue