Skip to content

Commit

Permalink
Fixes in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
barseghyanartur committed Jul 25, 2023
1 parent c469a17 commit 2018f74
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .secrets.baseline
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
"filename": "README.rst",
"hashed_secret": "077d5a0e0f8bb517307a6e92a73b0a9aa959233c",
"is_verified": true,
"line_number": 537
"line_number": 535
}
],
"examples/django_example/project/settings/base.py": [
Expand Down Expand Up @@ -176,5 +176,5 @@
}
]
},
"generated_at": "2023-07-24T22:18:03Z"
"generated_at": "2023-07-25T19:48:32Z"
}
14 changes: 6 additions & 8 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -107,23 +107,18 @@ All licenses are mentioned below between the brackets.
- `Django`_ (`BSD`) integration with `factory_boy`_ (`MIT`) has
been tested with ``Django`` starting from version 2.2 to 4.2 (although only
maintained versions of Django are currently being tested against).
- ``BMP`` file support requires `WeasyPrint`_ (`BSD`), `pdf2image`_ (`MIT`)
`Pillow`_ (`HPND`) and `poppler`_ (`GPLv2`).
- ``BMP``, ``GIF`` and ``TIFF`` file support requires `WeasyPrint`_ (`BSD`),
`pdf2image`_ (`MIT`), `Pillow`_ (`HPND`) and `poppler`_ (`GPLv2`).
- ``DOCX`` file support requires `python-docx`_ (`MIT`).
- ``EPUB`` file support requires `xml2epub`_ (`MIT`) and `Jinja2`_ (`BSD`).
- ``GIF`` file support requires `WeasyPrint`_ (`BSD`), `pdf2image`_ (`MIT`)
`Pillow`_ (`HPND`) and `poppler`_ (`GPLv2`).
- ``ICO``, ``JPEG``, ``PNG``, ``SVG`` and ``WEBP`` files support
requires `imgkit`_ (`MIT`) and `wkhtmltopdf`_ (`LGPLv3`).
- ``MP3`` file support requires `gTTS`_ (`MIT`) or `edge-tts`_ (`GPLv3`).
- ``PDF`` file support requires either combination of `pdfkit`_ (`MIT`)
and `wkhtmltopdf`_ (`LGPLv3`), or `reportlab`_ (`BSD`).
- ``PPTX`` file support requires `python-pptx`_ (`MIT`).
- ``ODP`` file support requires `odfpy`_ (`Apache 2`).
- ``ODP`` and ``ODT`` file support requires `odfpy`_ (`Apache 2`).
- ``ODS`` file support requires `tablib`_ (`MIT`) and `odfpy`_ (`Apache 2`).
- ``ODT`` file support requires `odfpy`_ (`Apache 2`).
- ``TIFF`` file support requires `WeasyPrint`_ (`BSD`), `pdf2image`_ (`MIT`)
`Pillow`_ (`HPND`) and `poppler`_ (`GPLv2`).
- ``XLSX`` file support requires `tablib`_ (`MIT`) and `openpyxl`_ (`MIT`).
- ``PathyFileSystemStorage`` storage support requires `pathy`_ (`Apache 2`).
- ``AWSS3Storage`` storage support requires `pathy`_ (`Apache 2`)
Expand Down Expand Up @@ -267,11 +262,13 @@ Features
Supported file types
--------------------
- ``BIN``
- ``BMP``
- ``CSV``
- ``DOCX``
- ``EML``
- ``EPUB``
- ``ICO``
- ``GIF``
- ``JPEG``
- ``MP3``
- ``ODS``
Expand All @@ -283,6 +280,7 @@ Supported file types
- ``PPTX``
- ``SVG``
- ``TAR``
- ``TIFF``
- ``TXT``
- ``WEBP``
- ``XLSX``
Expand Down

0 comments on commit 2018f74

Please sign in to comment.