copanier/setup.cfg
dependabot[bot] f9b25f474a
Bump python-slugify from 4.0.1 to 7.0.0
Bumps [python-slugify](https://github.com/un33k/python-slugify) from 4.0.1 to 7.0.0.
- [Release notes](https://github.com/un33k/python-slugify/releases)
- [Changelog](https://github.com/un33k/python-slugify/blob/master/CHANGELOG.md)
- [Commits](https://github.com/un33k/python-slugify/compare/4.0.1...v7.0.0)

---
updated-dependencies:
- dependency-name: python-slugify
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-01 04:00:53 +00:00

38 lines
645 B
INI

[metadata]
name = copanier
version-from-file = copanier/__init__.py
[options]
packages = find:
include_package_data = True
install_requires =
Jinja2==2.11.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==7.0.0
debts==0.5
emails==0.6
Weasyprint==51
MarkupSafe==2.0.1
[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