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 86e74b0 commit 4f419ffCopy full SHA for 4f419ff
pyproject.toml
@@ -37,7 +37,6 @@ 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"
@@ -48,7 +47,7 @@ toml = "^0.10.0"
48
47
sphinx_rtd_theme = "^0.4.3"
49
50
[tool.poetry.extras]
51
-docs = ["toml", "cython"]
+docs = ["toml"]
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