The scrapyd docs include the following note:
scrapyd-deploy won’t deploy anything outside the project module...
Does that mean that I cannot import from site-packages in my spiders?
My spiders rely on external libraries such as MySQL-python and tldextract. Must I include these libraries within the project module and import from the include libraries as opposed to site-packages?