summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorJustin Mayer <entroP@gmail.com>2019-11-09 08:40:26 -0800
committerJustin Mayer <entroP@gmail.com>2019-11-09 08:40:26 -0800
commit04a602e381f8ec079482b7a87a412e02d133aa97 (patch)
tree2c1400ead23c32c73307df328346c93c041f7bde /pyproject.toml
parent272778bc673bd10ff8a0031fd993676199cf60c9 (diff)
downloadpelican-04a602e381f8ec079482b7a87a412e02d133aa97.tar.gz
Add Invoke as dependency in pyproject
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 996570d0..c498ef15 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -52,6 +52,7 @@ sphinx_rtd_theme = "^0.4.3"
tox = "^3.13"
flake8 = "^3.7"
flake8-import-order = "^0.18.1"
+invoke = "^1.3"
[tool.poetry.extras]
markdown = ["markdown"]