fix requirements

This commit is contained in:
Torsten Ueberschar
2024-02-19 11:28:39 +01:00
parent dd74245c64
commit d5580c097e
3 changed files with 5 additions and 36 deletions

View File

@@ -1,36 +0,0 @@
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

View File

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

4
src/requirements.txt Normal file
View File

@@ -0,0 +1,4 @@
Jinja2==3.1.3
Markdown==3.5.2
PyYAML==6.0.1
xhtml2pdf==0.2.15