mirror of
https://github.com/ajurna/cbwebreader.git
synced 2025-12-06 06:17:17 +00:00
removed azure-pipelines.yml becasue that doesn't do anything.
updated Dockerfile to lock to alpine 3.14 as unrar isnt in alpine 3.15 general bumping of dependancies.
This commit is contained in:
@@ -3,7 +3,7 @@ line_length = 119
|
||||
|
||||
[tool.poetry]
|
||||
name = "cbwebreader"
|
||||
version = "0.3.1"
|
||||
version = "0.3.2"
|
||||
description = "CBR/Z Web Reader"
|
||||
authors = ["ajurna <ajurna@gmail.com>"]
|
||||
license = "Creative Commons Attribution-ShareAlike 4.0 International License"
|
||||
@@ -24,7 +24,7 @@ coverage = "^5.5"
|
||||
django-extensions = "^3.1.3"
|
||||
Pillow = "^9.0.0"
|
||||
django-imagekit = "^4.0.2"
|
||||
PyMuPDF = "^1.18.13"
|
||||
PyMuPDF = "~1.18"
|
||||
django-bootstrap4 = "^3.0.0"
|
||||
django-csp = "^3.7"
|
||||
django-boost = "^1.7.2"
|
||||
@@ -32,7 +32,7 @@ django-sri = "^0.3.0"
|
||||
django-node-assets = "^0.9.9"
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
mypy = "^0.812"
|
||||
mypy = "^0.910"
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core>=1.0.0"]
|
||||
|
||||
Reference in New Issue
Block a user