added convert input file to utf-8 if needed

This commit is contained in:
2023-12-05 13:08:18 +01:00
parent 21e62e47d3
commit debb6606cf
3 changed files with 55 additions and 28 deletions

View File

@@ -14,6 +14,8 @@ requires = [
'pyramid_jinja2',
'pyramid_debugtoolbar',
'python-magic',
'html',
'waitress',
]