summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorÁrni Dagur <arni@dagur.eu>2020-06-07 17:51:42 -0400
committerGitHub <noreply@github.com>2020-06-07 17:51:42 -0400
commit55611e2c74aec18a60d56ae63e92cc3bc6f4f6b7 (patch)
tree33024145cf356662b9d8994fca02124a79ad0e57 /pyproject.toml
parentbee204e07a380477371a560479158c86abfba731 (diff)
Allow more options when constructing Engine (#6)
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 = "*"