We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d8dc98 commit 86e74b0Copy full SHA for 86e74b0
pyproject.toml
@@ -37,6 +37,7 @@ pandas = "^0.25.1"
37
# Refer to: https://github.com/sdispater/poetry/issues/129
38
# Issue to watch for: https://github.com/python-poetry/poetry/issues/1644
39
toml = { version = "^0.10.0", optional = true }
40
+cython = { version = "^0.29.13", optional = true }
41
42
[tool.poetry.dev-dependencies]
43
cython = "^0.29.13"
@@ -47,7 +48,7 @@ toml = "^0.10.0"
47
48
sphinx_rtd_theme = "^0.4.3"
49
50
[tool.poetry.extras]
-docs = ["toml"]
51
+docs = ["toml", "cython"]
52
53
[tool.taskipy.tasks]
54
clear = "find dxfeed/core -type f \\( -iname \\*.c -o -iname \\*.cpp -o -iname \\*.pyd -o -iname \\*.so \\) -delete"
0 commit comments