File tree Expand file tree Collapse file tree 4 files changed +4
-5
lines changed Expand file tree Collapse file tree 4 files changed +4
-5
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 1- from dxfeed .wrappers import *
1+ from dxfeed .wrappers .endpoint import Endpoint
2+
Original file line number Diff line number Diff line change 1- from dxfeed .wrappers .endpoint import Endpoint
21
3- __all__ = ['Endpoint' ]
Original file line number Diff line number Diff 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
3939toml = { version = " ^0.10.0" , optional = true }
40+ jupyter = { version = " ^1.0.0" , optional = true }
4041
4142[tool .poetry .dev-dependencies ]
4243cython = " ^0.29.13"
@@ -46,10 +47,9 @@ sphinx = "^2.4.4"
4647toml = " ^0.10.0"
4748sphinx_rtd_theme = " ^0.4.3"
4849pygments = " ^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 ]
5555clear = " find dxfeed/core -type f \\ ( -iname \\ *.c -o -iname \\ *.cpp -o -iname \\ *.pyd -o -iname \\ *.so \\ ) -delete"
You can’t perform that action at this time.
0 commit comments