mirror of
https://github.com/ajurna/cbwebreader.git
synced 2025-12-06 14:17:19 +00:00
50 lines
1.1 KiB
TOML
50 lines
1.1 KiB
TOML
[tool.black]
|
|
line_length = 119
|
|
|
|
[tool.poetry]
|
|
name = "cbwebreader"
|
|
version = "1.0.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.10"
|
|
Django = "4.0.7"
|
|
gunicorn = "^20.0.4"
|
|
dj-database-url = "^1.0.0"
|
|
python-dotenv = "^0.20.0"
|
|
loguru = "^0.6.0"
|
|
django-silk = "^5.0.0"
|
|
mysqlclient = "^2.0.1"
|
|
psycopg2 = "^2.8.6"
|
|
rarfile = "^4.0"
|
|
django-extensions = "^3.2.0"
|
|
Pillow = "^9.1.1"
|
|
django-imagekit = "^4.0.2"
|
|
PyMuPDF = "~1.18"
|
|
django-bootstrap4 = "^22.1"
|
|
django-csp = "^3.7"
|
|
django-boost = "^2.0"
|
|
django-sri = "^0.4.0"
|
|
django-permissions-policy = "^4.9.0"
|
|
djangorestframework = "^3.13.1"
|
|
django-filter = "^22.1"
|
|
django-cors-headers = "^3.13.0"
|
|
djangorestframework-simplejwt = "^5.2.0"
|
|
django-webpack-loader = "^1.6.0"
|
|
drf-yasg = "^1.20.0"
|
|
drf-extensions = "^0.7.1"
|
|
|
|
[tool.poetry.dev-dependencies]
|
|
mypy = "^0.971"
|
|
Werkzeug = "<2.1"
|
|
pyOpenSSL = "^22.0.0"
|
|
ipython = "^8.4.0"
|
|
coverage = "^6.2"
|
|
pre-commit = "^2.20.0"
|
|
|
|
[build-system]
|
|
requires = ["poetry-core>=1.0.0"]
|
|
build-backend = "poetry.core.masonry.api"
|