You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think that codetools is of a group of almost independent sub-packages so I would not think that dependencies in the context submodule are part of the core dependencies that should be part of the setup.py. I think that the dependencies of each sub-package should be captures in a extras
apptools
is a core dependency on codetools but is not listed as one in the package__requires__
. Seecodetools/codetools/contexts/data_context.py
Line 18 in 042e701
codetools/codetools/contexts/geo_context.py
Line 5 in 042e701
codetools/codetools/execution/async_executing_context.py
Lines 13 to 14 in 042e701
codetools/codetools/__init__.py
Lines 9 to 12 in 042e701
The text was updated successfully, but these errors were encountered: