Right now depfinder uses "from . import foo" to determine if it's a relative import. I would like to think that there's a way for us to also detect "from this_library import foo" as being part of "this_library" so that the library name doesn't get added in to the required depdencies
Right now depfinder uses "from . import foo" to determine if it's a relative import. I would like to think that there's a way for us to also detect "from this_library import foo" as being part of "this_library" so that the library name doesn't get added in to the required depdencies