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
2019-12-29 15:54:54 -05:00

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"