When running pylint locally if a dependency on that package is editably installed in de_reqs we receive (import-error) on all the import statements
ie. from azure.core import ..... (import-error) azure core doesn't exist
to fix this we can remove all the -e from the dev-req installations