Skip to content

Commit 56a1a72

Browse files
authored
Merge pull request #15 from dxFeed/EN-1642-reconfig-cicd
En 1642 reconfig cicd
2 parents 872b9ab + ad136b1 commit 56a1a72

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

dxfeed/__init__.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
from dxfeed.wrappers import *
1+
from dxfeed.wrappers.endpoint import Endpoint
2+

dxfeed/wrappers/__init__.py

-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
from dxfeed.wrappers.endpoint import Endpoint
21

3-
__all__ = ['Endpoint']

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ pandas = "^0.25.1"
3737
# Refer to: https://github.com/sdispater/poetry/issues/129
3838
# Issue to watch for: https://github.com/python-poetry/poetry/issues/1644
3939
toml = { version = "^0.10.0", optional = true }
40+
jupyter = { version = "^1.0.0", optional = true }
4041

4142
[tool.poetry.dev-dependencies]
4243
cython = "^0.29.13"
@@ -46,10 +47,9 @@ sphinx = "^2.4.4"
4647
toml = "^0.10.0"
4748
sphinx_rtd_theme = "^0.4.3"
4849
pygments = "^2.6.1"
49-
jupyter = "^1.0.0"
5050

5151
[tool.poetry.extras]
52-
docs = ["toml"]
52+
docs = ["toml", "jupyter"]
5353

5454
[tool.taskipy.tasks]
5555
clear = "find dxfeed/core -type f \\( -iname \\*.c -o -iname \\*.cpp -o -iname \\*.pyd -o -iname \\*.so \\) -delete"

0 commit comments

Comments
 (0)