Files
Pinry/pyproject.toml
dependabot[bot] 3b71d7293b Build(deps): Bump jinja2 from 3.0.3 to 3.1.5
Bumps [jinja2](https://github.com/pallets/jinja) from 3.0.3 to 3.1.5.
- [Release notes](https://github.com/pallets/jinja/releases)
- [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst)
- [Commits](https://github.com/pallets/jinja/compare/3.0.3...3.1.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-23 21:30:09 +00:00

46 lines
1.1 KiB
TOML

[tool.poetry]
name = "pinry"
version = "2.1.9"
description = "Pinry, a tiling image board system for people who want to save, tag, and share images, videos and webpages in an easy to skim through format. It's open-source and self-hosted."
authors = ["winkidney <winkidney@gmail.com>"]
license = "BSD 2-Clause"
[tool.poetry.dependencies]
python = ">=3.7"
requests = "^2.27.1"
django = ">2.2.17,<3"
pillow = ">=8.1.1"
markdown = "*"
django-filter = "==2.4.0"
coreapi = "^2.3.3"
psycopg2-binary = "2.9.9"
django-taggit = "1.3.0"
django-braces = "^1.15.0"
django-compressor = "^4.0"
mock = "^4.0.3"
gunicorn = "^20.1.0"
djangorestframework = "^3.13.1"
[tool.poetry.dev-dependencies]
flake8 = "*"
qrcode = "*"
django-extensions = "*"
mkdocs = "*"
mkdocs-material = "*"
jinja2 = "==3.1.5"
black = "==19.10b0"
[tool.poetry.group.dev.dependencies]
jinja2 = "3.1.5"
mkdocs-material = "8.4.0"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
[[tool.poetry.source]]
name = "tuna"
url = "https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple/"
priority = "primary"