Compare commits

...

2 Commits

Author SHA1 Message Date
Torsten Ueberschar
314e4bde7f move requirements.txt 2024-02-19 11:29:55 +01:00
Torsten Ueberschar
d5580c097e fix requirements 2024-02-19 11:28:39 +01:00
2 changed files with 2 additions and 33 deletions

View File

@@ -1,36 +1,4 @@
arabic-reshaper==3.0.0
asn1crypto==1.5.1
certifi==2024.2.2
cffi==1.16.0
chardet==5.2.0
charset-normalizer==3.3.2
click==8.1.7
cryptography==42.0.2
cssselect2==0.7.0
html5lib==1.1
idna==3.6
Jinja2==3.1.3
lxml==5.1.0
Markdown==3.5.2
MarkupSafe==2.1.5
oscrypto==1.3.0
pillow==10.2.0
pycparser==2.21
pyHanko==0.21.0
pyhanko-certvalidator==0.26.3
pypdf==4.0.1
pypng==0.20220715.0
python-bidi==0.4.2
PyYAML==6.0.1
qrcode==7.4.2
reportlab==4.0.9
requests==2.31.0
six==1.16.0
svglib==1.5.1
tinycss2==1.2.1
typing_extensions==4.9.0
tzlocal==5.2
uritools==4.0.2
urllib3==2.2.0
webencodings==0.5.1
xhtml2pdf==0.2.14
xhtml2pdf==0.2.15

View File

@@ -15,6 +15,7 @@ setup(
'PyYAML',
'Jinja2',
'xhtml2pdf',
'Markdown',
],
extras_require={
'dev': ['pytest', 'coverage'],