forked from ajurna/cbwebreader
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
42 lines (38 loc) · 952 Bytes
/
pyproject.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
[tool.black]
line_length = 119
[tool.poetry]
name = "cbwebreader"
version = "0.4.4"
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.2.13"
gunicorn = "^20.0.4"
django-recaptcha2 = "^1.4.1"
dj-database-url = "^0.5.0"
python-dotenv = "^0.20.0"
loguru = "^0.6.0"
django-silk = "^4.1.0"
mysqlclient = "^2.0.1"
psycopg2 = "^2.8.6"
rarfile = "^4.0"
coverage = "^6.2"
django-extensions = "^3.1.3"
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.3.0"
django-node-assets = "^0.9.9"
django-permissions-policy = "^4.9.0"
[tool.poetry.dev-dependencies]
mypy = "^0.942"
Werkzeug = "<2.1"
pyOpenSSL = "^22.0.0"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"