I am creating a web application using python with the brython.js library and for my application I need to import the bs4 library and the requests library but I don't know how.
Any idea?
<script type="text/python">
from browser import document
import bs4 #doesn't work
import requests #doesn't work
</script>