Files
cbwebreader/pyproject.toml
dependabot[bot] c1662495ce Bump pillow from 8.3.2 to 9.0.0 (#41)
Bumps [pillow](https://github.com/python-pillow/Pillow) from 8.3.2 to 9.0.0.
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
- [Commits](https://github.com/python-pillow/Pillow/compare/8.3.2...9.0.0)

---
updated-dependencies:
- dependency-name: pillow
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-01-13 09:51:12 +00:00

40 lines
880 B
TOML

[tool.black]
line_length = 119
[tool.poetry]
name = "cbwebreader"
version = "0.3.1"
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"
gunicorn = "^20.0.4"
django-recaptcha2 = "^1.4.1"
dj-database-url = "^0.5.0"
python-dotenv = "^0.15.0"
loguru = "^0.5.3"
django-silk = "^4.1.0"
mysqlclient = "^2.0.1"
psycopg2 = "^2.8.6"
rarfile = "^4.0"
coverage = "^5.5"
django-extensions = "^3.1.3"
Pillow = "^9.0.0"
django-imagekit = "^4.0.2"
PyMuPDF = "^1.18.13"
django-bootstrap4 = "^3.0.0"
django-csp = "^3.7"
django-boost = "^1.7.2"
django-sri = "^0.3.0"
django-node-assets = "^0.9.9"
[tool.poetry.dev-dependencies]
mypy = "^0.812"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"