summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
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 530fc34..61530aa 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -13,3 +13,4 @@ python = "^3.5"
13 13
14[tool.poetry.dev-dependencies] 14[tool.poetry.dev-dependencies]
15maturin = "*" 15maturin = "*"
16pytest = "*"