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]
|
||||
name = copanier
|
||||
version = 0.0.2
|
||||
version = 0.0.3
|
||||
|
||||
[options]
|
||||
packages = find:
|
||||
include_package_data = True
|
||||
install_requires =
|
||||
Jinja2==2.10
|
||||
openpyxl==2.6.1
|
||||
Jinja2==2.11.2
|
||||
openpyxl==3.0.5
|
||||
PyJWT==1.7.1
|
||||
PyYAML==5.2
|
||||
roll==0.10.1
|
||||
ujson==1.35
|
||||
minicli==0.4.4
|
||||
python-slugify==3.0.2
|
||||
debts==0.4
|
||||
emails==0.5
|
||||
Weasyprint==50
|
||||
PyYAML==5.3.1
|
||||
roll==0.12.3
|
||||
ujson==3.2.0
|
||||
minicli==0.5.0
|
||||
python-slugify==4.0.1
|
||||
debts==0.5
|
||||
emails==0.6
|
||||
Weasyprint==51
|
||||
|
||||
[options.extras_require]
|
||||
dev =
|
||||
hupper==1.6.1
|
||||
minicli==0.4.4
|
||||
usine==0.2.2
|
||||
hupper==1.10.2
|
||||
minicli==0.5.0
|
||||
usine==0.2.3
|
||||
test =
|
||||
pyquery==1.4.0
|
||||
pytest==4.3.1
|
||||
pytest-asyncio==0.10.0
|
||||
pyquery==1.4.1
|
||||
pytest==6.0.2
|
||||
pytest-asyncio==0.14.0
|
||||
prod =
|
||||
gunicorn==19.9.0
|
||||
uvloop==0.12.2
|
||||
gunicorn==20.0.4
|
||||
uvloop==0.14.0
|
||||
|
||||
|
||||
[options.entry_points]
|
||||
|
|
Loading…
Reference in a new issue