2022-05-04 18:12:06 +08:00
[ 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"
2024-09-30 22:02:09 +08:00
markdown = "*"
2022-05-04 18:12:06 +08:00
django-filter = "==2.4.0"
coreapi = "^2.3.3"
2024-10-04 21:10:05 +08:00
psycopg2-binary = "2.9.9"
2022-05-04 18:12:06 +08:00
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 = "*"
2024-09-30 20:48:51 +08:00
jinja2 = "==3.0.3"
2022-05-04 18:12:06 +08:00
black = "==19.10b0"
2024-09-30 20:48:51 +08:00
[ tool . poetry . group . dev . dependencies ]
jinja2 = "3.0.3"
2024-09-30 22:02:09 +08:00
mkdocs-material = "8.4.0"
2024-09-30 20:48:51 +08:00
2022-05-04 18:12:06 +08:00
[ build-system ]
requires = [ "poetry-core>=1.0.0" ]
build-backend = "poetry.core.masonry.api"
[ [ tool . poetry . source ] ]
2024-09-30 17:29:22 +08:00
name = "tuna"
url = "https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple/"
priority = "primary"