We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Hello there,
I actually download my dependencies locally into a subfolder within my package similar to something like this.
package/ __init__.py code.py downloaded_modules/ requests/ ...
Is there any way to effectively ignore downloaded_modules?
downloaded_modules
Thanks