I am doing some http stuff in my plugin so using the built in python requests and http libraries. How ever these are not included in openlp.
I've tried copying them into my plugin directory and adding them to the path but this doesnt work so well as these modules depend on other modules.
<div><br></div>Is there a better way to do this?<br>
<br>