File tree Expand file tree Collapse file tree 2 files changed +4
-12
lines changed Expand file tree Collapse file tree 2 files changed +4
-12
lines changed Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = ' dxfeed'
3- version = ' 0.5.1 '
3+ version = ' 0.5.2 '
44description = ' DXFeed Python API via C API'
55authors = [' Index Management Team <im@dxfeed.com>' ]
66build = ' build.py'
@@ -38,6 +38,7 @@ toml = '^0.10.0'
3838# Refer to: https://github.com/sdispater/poetry/issues/129
3939# Issue to watch for: https://github.com/python-poetry/poetry/issues/1644
4040jupyter = { version = ' ^1.0.0' , optional = true }
41+ cython = { version = ' ^0.29.13' , optional = true }
4142
4243[tool .poetry .dev-dependencies ]
4344cython = ' ^0.29.13'
@@ -48,7 +49,7 @@ sphinx_rtd_theme = '^0.4.3'
4849pygments = ' ^2.6.1'
4950
5051[tool .poetry .extras ]
51- docs = [' jupyter' ]
52+ docs = [' jupyter' , ' cython ' ]
5253
5354[tool .taskipy .tasks ]
5455clear = ' find dxfeed/core -type f \( -iname *.c -o -iname *.cpp -o -iname *.pyd -o -iname *.so \) -delete'
@@ -60,5 +61,5 @@ post_build = 'task clear'
6061post_test = ' task clear'
6162
6263[build-system ]
63- requires = [' poetry_core>=1.0.0' , ' setuptools' ]
64+ requires = [' poetry_core>=1.0.0' , ' setuptools' , ' cython ' ]
6465build-backend = ' poetry.core.masonry.api'
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments