2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-08-06 03:51:34 +00:00

Option for rendering HTML template

This commit is contained in:
Oliver Walters
2020-05-21 23:41:47 +10:00
parent c3dcabcaad
commit b93ba6339a
2 changed files with 36 additions and 6 deletions

View File

@@ -19,4 +19,6 @@ flake8==3.3.0 # PEP checking
coverage==4.0.3 # Unit test coverage
python-coveralls==2.9.1 # Coveralls linking (for Travis)
rapidfuzz==0.7.6 # Fuzzy string matching
django-stdimage==5.1.1 # Advanced ImageField management
django-stdimage==5.1.1 # Advanced ImageField management
django-tex==1.1.7 # LaTeX PDF export
django-weasyprint==1.0.1 # HTML PDF export