copanier/setup.cfg
dependabot[bot] 8d71e24217
Bump pyjwt from 1.7.1 to 2.4.0
Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 1.7.1 to 2.4.0.
- [Release notes](https://github.com/jpadilla/pyjwt/releases)
- [Changelog](https://github.com/jpadilla/pyjwt/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/jpadilla/pyjwt/compare/1.7.1...2.4.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-01 06:02:20 +00:00

37 lines
598 B
INI

[metadata]
name = copanier
version = 0.0.4
[options]
packages = find:
include_package_data = True
install_requires =
Jinja2==2.11.2
openpyxl==3.0.5
PyJWT==2.4.0
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