mirror of
https://github.com/pinry/pinry.git
synced 2026-01-10 09:12:07 +01:00
41 lines
980 B
TOML
41 lines
980 B
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 = "<3.2"
|
|
django-filter = "==2.4.0"
|
|
coreapi = "^2.3.3"
|
|
psycopg2-binary = "==2.8.6"
|
|
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 = "*"
|
|
black = "==19.10b0"
|
|
|
|
[build-system]
|
|
requires = ["poetry-core>=1.0.0"]
|
|
build-backend = "poetry.core.masonry.api"
|
|
|
|
[[tool.poetry.source]]
|
|
name = "douban"
|
|
url = "https://pypi.doubanio.com/simple"
|
|
default = true
|