The original repo used a requirements.txt which results in not deterministic builds and was causing installs on my friend's computer to break. Instead use poetry and specify the python version that the code works for. Installed the basic requirements so multi-long-doc.py can at least get past the import part.
Hi. Thanks for spending the time on this. Was not familiar with Poetry actually. Will be looking into this PR some more soon. Again, thanks, and appreciate the time :)
Summary
The original repo used a requirements.txt which results in not deterministic builds and was causing installs on my friend's computer to break. Instead use poetry and specify the python version that the code works for. Installed the basic requirements so multi-long-doc.py can at least get past the import part.
Add Poetry To README
Some Pylint
Delete requirements.txt