15 lines
297 B
TOML
15 lines
297 B
TOML
[tool.poetry]
|
|
name = "wagtail-draftail-snippet"
|
|
version = "0.1.0"
|
|
description = ""
|
|
authors = ["Adam Hill <ahill@fool.com>"]
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^2.7"
|
|
|
|
[tool.poetry.dev-dependencies]
|
|
pytest = "^3.0"
|
|
|
|
[build-system]
|
|
requires = ["poetry>=0.12"]
|
|
build-backend = "poetry.masonry.api"
|