diff options
| author | Árni Dagur <arni@dagur.eu> | 2020-06-07 17:51:42 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-07 17:51:42 -0400 |
| commit | 55611e2c74aec18a60d56ae63e92cc3bc6f4f6b7 (patch) | |
| tree | 33024145cf356662b9d8994fca02124a79ad0e57 /pyproject.toml | |
| parent | bee204e07a380477371a560479158c86abfba731 (diff) | |
Allow more options when constructing Engine (#6)
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 1 |
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] |
| 15 | maturin = "*" | 15 | maturin = "*" |
| 16 | pytest = "*" | ||
