mirror of
https://github.com/ajurna/cbwebreader.git
synced 2025-12-06 06:17:17 +00:00
Pymupdf (#27)
* added icons. * change to from pypdf4 to pumupdf so i can render pages for thumbnails.
This commit is contained in:
@@ -3,7 +3,7 @@ line_length = 119
|
||||
|
||||
[tool.poetry]
|
||||
name = "cbwebreader"
|
||||
version = "0.1.1"
|
||||
version = "0.2"
|
||||
description = "CBR/Z Web Reader"
|
||||
authors = ["ajurna <ajurna@gmail.com>"]
|
||||
license = "Creative Commons Attribution-ShareAlike 4.0 International License"
|
||||
@@ -13,9 +13,7 @@ python = "^3.8"
|
||||
Django = "^3.1.2"
|
||||
gunicorn = "^20.0.4"
|
||||
django-recaptcha2 = "^1.4.1"
|
||||
django-bootstrap4 = "^2.3.1"
|
||||
dj-database-url = "^0.5.0"
|
||||
PyPDF4 = "^1.27.0"
|
||||
python-dotenv = "^0.15.0"
|
||||
loguru = "^0.5.3"
|
||||
django-silk = "^4.1.0"
|
||||
@@ -26,6 +24,8 @@ coverage = "^5.5"
|
||||
django-extensions = "^3.1.3"
|
||||
Pillow = "^8.2.0"
|
||||
django-imagekit = "^4.0.2"
|
||||
PyMuPDF = "^1.18.12"
|
||||
django-bootstrap4 = "^3.0.0"
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
mypy = "^0.812"
|
||||
|
||||
Reference in New Issue
Block a user