mirror of
https://github.com/almet/copanier.git
synced 2025-04-28 19:42:37 +02:00
![dependabot[bot]](/assets/img/avatar_default.png)
Bumps [jinja2](https://github.com/pallets/jinja) from 2.11.2 to 3.0.2. - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/jinja/compare/2.11.2...3.0.2) --- updated-dependencies: - dependency-name: jinja2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
37 lines
597 B
INI
37 lines
597 B
INI
[metadata]
|
|
name = copanier
|
|
version = 0.0.4
|
|
|
|
[options]
|
|
packages = find:
|
|
include_package_data = True
|
|
install_requires =
|
|
Jinja2==3.0.2
|
|
openpyxl==3.0.5
|
|
PyJWT==1.7.1
|
|
PyYAML==5.3.1
|
|
roll==0.13.0
|
|
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.10.2
|
|
minicli==0.5.0
|
|
usine==0.2.3
|
|
test =
|
|
pyquery==1.4.1
|
|
pytest==6.0.2
|
|
pytest-asyncio==0.14.0
|
|
prod =
|
|
gunicorn==20.0.4
|
|
uvloop==0.14.0
|
|
|
|
|
|
[options.entry_points]
|
|
console_scripts =
|
|
copanier = copanier:main
|