File tree 2 files changed +4
-12
lines changed
2 files changed +4
-12
lines changed Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = ' dxfeed'
3
- version = ' 0.5.1 '
3
+ version = ' 0.5.2 '
4
4
description = ' DXFeed Python API via C API'
5
5
authors = [
' Index Management Team <[email protected] >' ]
6
6
build = ' build.py'
@@ -38,6 +38,7 @@ toml = '^0.10.0'
38
38
# Refer to: https://github.com/sdispater/poetry/issues/129
39
39
# Issue to watch for: https://github.com/python-poetry/poetry/issues/1644
40
40
jupyter = { version = ' ^1.0.0' , optional = true }
41
+ cython = { version = ' ^0.29.13' , optional = true }
41
42
42
43
[tool .poetry .dev-dependencies ]
43
44
cython = ' ^0.29.13'
@@ -48,7 +49,7 @@ sphinx_rtd_theme = '^0.4.3'
48
49
pygments = ' ^2.6.1'
49
50
50
51
[tool .poetry .extras ]
51
- docs = [' jupyter' ]
52
+ docs = [' jupyter' , ' cython ' ]
52
53
53
54
[tool .taskipy .tasks ]
54
55
clear = ' 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'
60
61
post_test = ' task clear'
61
62
62
63
[build-system ]
63
- requires = [' poetry_core>=1.0.0' , ' setuptools' ]
64
+ requires = [' poetry_core>=1.0.0' , ' setuptools' , ' cython ' ]
64
65
build-backend = ' poetry.core.masonry.api'
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments