Skip to content

Commit b032a97

Browse files
authored
fix: build (#1)
1 parent 036faac commit b032a97

2 files changed

Lines changed: 56 additions & 1 deletion

File tree

poetry.lock

Lines changed: 52 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ python = "^3.7"
3232
pytest = "^7.0"
3333
pytest-cov = "^3.0"
3434

35+
36+
[tool.poetry.group.test.dependencies]
37+
cython = "^0.29.35"
38+
3539
[tool.semantic_release]
3640
branch = "main"
3741
version_toml = "pyproject.toml:tool.poetry.version"

0 commit comments

Comments
 (0)