Skip to content

Commit affd639

Browse files
authored
Merge pull request #34 from dxFeed/EN-2047-rtd-build-fix
En 2047 rtd build fix
2 parents 42bae43 + 62e6a4e commit affd639

File tree

2 files changed

+4
-12
lines changed

2 files changed

+4
-12
lines changed

pyproject.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = 'dxfeed'
3-
version = '0.5.1'
3+
version = '0.5.2'
44
description = 'DXFeed Python API via C API'
55
authors = ['Index Management Team <[email protected]>']
66
build = '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
4040
jupyter = { version = '^1.0.0', optional = true }
41+
cython = { version = '^0.29.13', optional = true }
4142

4243
[tool.poetry.dev-dependencies]
4344
cython = '^0.29.13'
@@ -48,7 +49,7 @@ sphinx_rtd_theme = '^0.4.3'
4849
pygments = '^2.6.1'
4950

5051
[tool.poetry.extras]
51-
docs = ['jupyter']
52+
docs = ['jupyter', 'cython']
5253

5354
[tool.taskipy.tasks]
5455
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'
6061
post_test = 'task clear'
6162

6263
[build-system]
63-
requires = ['poetry_core>=1.0.0', 'setuptools']
64+
requires = ['poetry_core>=1.0.0', 'setuptools', 'cython']
6465
build-backend = 'poetry.core.masonry.api'

setup.py

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)