wasi-master / 13ft

My own custom 12ft.io replacement
https://13ft.wasimaster.me
MIT License
2.79k stars 149 forks source link

Added missing bs4 module to Py requirements #21

Closed DeltaTangoLima closed 2 months ago

DeltaTangoLima commented 2 months ago

📑 Description

Added missing bs4 Python module to requirements.txt. Have unit tested locally.

✅ Checks

ℹ 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'
wasi-master commented 2 months ago

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