apptools is a core dependency on codetools but is not listed as one in the package __requires__. See
|
from apptools import sweet_pickle |
|
from scimath.units.api import UnitArray |
|
from concurrent.futures import Executor, Future |
|
from concurrent.futures import ThreadPoolExecutor |
|
__requires__ = [ |
|
'six', |
|
'traits', |
|
] |
apptoolsis 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