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

18 lines
447 B
TOML
Raw Normal View History

2019-12-29 20:54:54 +00:00
[tool.poetry]
name = "wagtail-draftail-snippet"
2020-01-08 04:41:21 +00:00
version = "0.1.2"
description = "Associate RichTextBlock text content to a snippet model."
2019-12-29 20:54:54 +00:00
authors = ["Adam Hill <ahill@fool.com>"]
2020-01-08 04:41:21 +00:00
repository = "https://github.com/themotleyfool/wagtail-draftail-snippet"
readme = "README.md"
2019-12-29 20:54:54 +00:00
[tool.poetry.dependencies]
2020-01-08 04:41:21 +00:00
python = "^3.6"
2019-12-29 20:54:54 +00:00
[tool.poetry.dev-dependencies]
pytest = "^3.0"
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"