Skip to content

Commit

Permalink
ep13: Add cython as dependency
Browse files Browse the repository at this point in the history
I thought I didn't need it as it'll be added by the `build-system` key when building, but actually I do cuz otherwise pyright won't find `Cython`.
  • Loading branch information
obiwac committed Jul 26, 2024
1 parent c4ff5ae commit d7905ad
Show file tree
Hide file tree
Showing 2 changed files with 69 additions and 1 deletion.
69 changes: 68 additions & 1 deletion episode-13/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions episode-13/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ nbtlib = "^2.0.4"
base36 = "^0.1.1"
pyglm = "^2.7.1"
pyright = "^1.1.373"
cython = "^3.0.10"

[tool.poetry.group.dev.dependencies]
tan = "^23.7.0"
Expand Down

0 comments on commit d7905ad

Please sign in to comment.