Skip to content

Commit 8b910ee

Browse files
authored
Remove runtime maturin requirement (#16)
* Remove runtime maturin requirement Signed-off-by: Nicholas Bollweg <nick.bollweg@gmail.com> * add maturin to dev extra Signed-off-by: Nicholas Bollweg <nick.bollweg@gmail.com> * relock poetry --------- Signed-off-by: Nicholas Bollweg <nick.bollweg@gmail.com>
1 parent 209518f commit 8b910ee

File tree

2 files changed

+59
-27
lines changed

2 files changed

+59
-27
lines changed

poetry.lock

Lines changed: 58 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ repository = "https://github.com/starlite-api/fast-query-parsers"
3535

3636
[tool.poetry.dependencies]
3737
python = ">=3.8"
38-
maturin = "*"
3938

4039
[tool.poetry.group.dev.dependencies]
40+
maturin = ">=0.13,<0.14"
4141
pytest = "*"
4242
pyperf = "*"
4343

0 commit comments

Comments
 (0)