I noticed that the get_CIK_from_company class method gave an error due to returning a non-existing list. I corrected it and now it returns a list of CIKs and companies, as expected. I also added the updated the requirements.txt so edgar is also installed.
I realized that it's a bit strange to add 'edgar' to the requirements.txt, while the package we're working on is edgar itself. So I changed it back to the former requirements.txt.
Hi,
I noticed that the get_CIK_from_company class method gave an error due to returning a non-existing list. I corrected it and now it returns a list of CIKs and companies, as expected. I also added the updated the requirements.txt so edgar is also installed.