mirror of
https://github.com/almet/copanier.git
synced 2025-04-28 19:42:37 +02:00
Add Weasyprint to the dependencies.
This commit is contained in:
parent
8e32f83d66
commit
32dc720aff
2 changed files with 3 additions and 1 deletions
|
@ -4,4 +4,5 @@ pytest-asyncio
|
||||||
usine
|
usine
|
||||||
pyquery
|
pyquery
|
||||||
pytest-watch
|
pytest-watch
|
||||||
python-emails
|
python-emails
|
||||||
|
Weasyprint
|
|
@ -16,6 +16,7 @@ install_requires =
|
||||||
python-slugify==3.0.2
|
python-slugify==3.0.2
|
||||||
debts==0.4
|
debts==0.4
|
||||||
emails==0.5
|
emails==0.5
|
||||||
|
Weasyprint==50
|
||||||
|
|
||||||
[options.extras_require]
|
[options.extras_require]
|
||||||
dev =
|
dev =
|
||||||
|
|
Loading…
Reference in a new issue