lnetd
lnetd copied to clipboard
Missing ipdb from requirements
Hi CP
I just tried to install on Ubuntu 20, using Python 3.6.9. I try to run the web app, and I get:
ModuleNotFoundError: No module named 'ipdb'
among other errors.
Adding ipdb to requirements should solve this, I think?
James