File tree 4 files changed +4
-5
lines changed
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
2
1
3
- __all__ = ['Endpoint' ]
Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ pandas = "^0.25.1"
37
37
# Refer to: https://github.com/sdispater/poetry/issues/129
38
38
# Issue to watch for: https://github.com/python-poetry/poetry/issues/1644
39
39
toml = { version = " ^0.10.0" , optional = true }
40
+ jupyter = { version = " ^1.0.0" , optional = true }
40
41
41
42
[tool .poetry .dev-dependencies ]
42
43
cython = " ^0.29.13"
@@ -46,10 +47,9 @@ sphinx = "^2.4.4"
46
47
toml = " ^0.10.0"
47
48
sphinx_rtd_theme = " ^0.4.3"
48
49
pygments = " ^2.6.1"
49
- jupyter = " ^1.0.0"
50
50
51
51
[tool .poetry .extras ]
52
- docs = [" toml" ]
52
+ docs = [" toml" , " jupyter " ]
53
53
54
54
[tool .taskipy .tasks ]
55
55
clear = " 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