Skip to content

Commit 86e74b0

Browse files
committed
[EN-1370] cython added to extras as package should be compiled before
docs creation
1 parent 1d8dc98 commit 86e74b0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ pandas = "^0.25.1"
3737
# Refer to: https://github.com/sdispater/poetry/issues/129
3838
# Issue to watch for: https://github.com/python-poetry/poetry/issues/1644
3939
toml = { version = "^0.10.0", optional = true }
40+
cython = { version = "^0.29.13", optional = true }
4041

4142
[tool.poetry.dev-dependencies]
4243
cython = "^0.29.13"
@@ -47,7 +48,7 @@ toml = "^0.10.0"
4748
sphinx_rtd_theme = "^0.4.3"
4849

4950
[tool.poetry.extras]
50-
docs = ["toml"]
51+
docs = ["toml", "cython"]
5152

5253
[tool.taskipy.tasks]
5354
clear = "find dxfeed/core -type f \\( -iname \\*.c -o -iname \\*.cpp -o -iname \\*.pyd -o -iname \\*.so \\) -delete"

0 commit comments

Comments
 (0)