Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add requests as dependecy #7

Closed
fabiocerqueira opened this issue Mar 3, 2018 · 1 comment
Closed

Add requests as dependecy #7

fabiocerqueira opened this issue Mar 3, 2018 · 1 comment

Comments

@fabiocerqueira
Copy link

requests library is required

  File "/Users/fabio/poc/shellen/shellen/main.py", line 3, in <module>
    from shell import Shellen
  File "/Users/fabio/poc/shellen/shellen/shell.py", line 18, in <module>
    from fetcher import ShellStormFetcher
  File "/Users/fabio/poc/shellen/shellen/fetcher.py", line 2, in <module>
    import requests
ModuleNotFoundError: No module named 'requests'
@merrychap
Copy link
Owner

Added :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants