Added missing bs4 Python module to requirements.txt. Have unit tested locally.
✅ Checks
[X] My pull request adheres to the code style of this project if any
[ ] My code requires changes to the documentation
[ ] I have updated the documentation as required
[X] All the tests have passed if any
ℹ Additional Information
Resolves a breaking change identified in the latest docker image:
Traceback (most recent call last):
File "/app/portable.py", line 4, in <module>
from bs4 import BeautifulSoup
ModuleNotFoundError: No module named 'bs4'
Oh sorry lol didn't remember I had 2 seperate requirements.txt files for some reason, one on the root and one in the app folder. Changed the app folder's file but didn't change the root ones. sorry again
📑 Description
Added missing
bs4
Python module torequirements.txt
. Have unit tested locally.✅ Checks
ℹ Additional Information
Resolves a breaking change identified in the latest docker image: