pastepwn
pastepwn copied to clipboard
Database imports
-
There are missing imports in the requirements.txt
-
Currently when using pastepwn a user needs to download ALL the db connector packages (mongo & mysql currently). Depending on the amount of db connectors which at some point will be supported by pastepwn, it might be stupid to have them all in the same package.
Possible solution(s):
- try-except the error and return an error message. This is not elegant but allows everything to be bundeled in one package.
- move the database connectors to a different package. That way it's way cleaner but users need to install multiple packages.
Optional packages could help fixing this issue.
https://stackoverflow.com/questions/11240285/can-i-define-optional-packages-in-setuptools