1
Fork 0
This repository has been archived on 2024-07-16. You can view files and clone it, but cannot push or open issues or pull requests.
wagtail-draftail-snippet/pyproject.toml
2022-05-26 11:20:16 -04:00

24 lines
722 B
TOML

[tool.poetry]
name = "wagtail-draftail-snippet"
version = "0.4.1"
description = "Associate RichTextBlock text content to a snippet model."
authors = ["Parbhat Puri <me@parbhatpuri.com>", "Adam Hill <ahill@fool.com>", "Brady Moe <bmoe872@gmail.com>"]
repository = "https://github.com/themotleyfool/wagtail-draftail-snippet"
readme = "README.md"
license = "BSD-3-Clause"
[tool.poetry.dependencies]
python = ">=3.6"
wagtail = ">=2.5.0 <4.0"
[tool.poetry.dev-dependencies]
pytest = "^3.0"
pytest-django = "^3.8"
pytest-pythonpath = "^0.7.3"
wagtail-factories = "^2.0"
flake8 = "^3.7.9"
black = {version = "^19.10b0", allow-prereleases = true}
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"