mirror of
https://github.com/ajurna/cbwebreader.git
synced 2025-12-06 06:17:17 +00:00
more version bumps and added build script.
This commit is contained in:
@@ -3,29 +3,29 @@ line_length = 119
|
||||
|
||||
[tool.poetry]
|
||||
name = "cbwebreader"
|
||||
version = "0.3.4"
|
||||
version = "0.3.5"
|
||||
description = "CBR/Z Web Reader"
|
||||
authors = ["ajurna <ajurna@gmail.com>"]
|
||||
license = "Creative Commons Attribution-ShareAlike 4.0 International License"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.8"
|
||||
Django = "^3.1.2"
|
||||
Django = "^3.2.11"
|
||||
gunicorn = "^20.0.4"
|
||||
django-recaptcha2 = "^1.4.1"
|
||||
dj-database-url = "^0.5.0"
|
||||
python-dotenv = "^0.15.0"
|
||||
python-dotenv = "^0.19.2"
|
||||
loguru = "^0.5.3"
|
||||
django-silk = "^4.1.0"
|
||||
mysqlclient = "^2.0.1"
|
||||
psycopg2 = "^2.8.6"
|
||||
rarfile = "^4.0"
|
||||
coverage = "^5.5"
|
||||
coverage = "^6.2"
|
||||
django-extensions = "^3.1.3"
|
||||
Pillow = "^9.0.0"
|
||||
django-imagekit = "^4.0.2"
|
||||
PyMuPDF = "~1.18"
|
||||
django-bootstrap4 = "^3.0.0"
|
||||
django-bootstrap4 = "^21.1"
|
||||
django-csp = "^3.7"
|
||||
django-boost = "^1.7.2"
|
||||
django-sri = "^0.3.0"
|
||||
|
||||
Reference in New Issue
Block a user