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

Update requirements.txt #38

Merged
merged 9 commits into from
Jul 7, 2024
Merged

Update requirements.txt #38

merged 9 commits into from
Jul 7, 2024

Conversation

smarbal
Copy link
Contributor

@smarbal smarbal commented May 27, 2024

Add termcolor as requirement.
Currently, the following error is produced running Dronesploit from scratch :

Traceback (most recent call last):
  File "/home/marbal/anaconda3/bin/dronesploit", line 5, in <module>
    from dronesploit.__main__ import main
  File "/home/marbal/anaconda3/lib/python3.11/site-packages/dronesploit/__init__.py", line 9, in <module>
    from sploitkit import *
  File "/home/marbal/anaconda3/lib/python3.11/site-packages/sploitkit/__init__.py", line 7, in <module>
    from .core import *
  File "/home/marbal/anaconda3/lib/python3.11/site-packages/sploitkit/core/__init__.py", line 1, in <module>
    from .console import *
  File "/home/marbal/anaconda3/lib/python3.11/site-packages/sploitkit/core/console.py", line 23, in <module>
    from .command import *
  File "/home/marbal/anaconda3/lib/python3.11/site-packages/sploitkit/core/command.py", line 6, in <module>
    from .components.config import Config
  File "/home/marbal/anaconda3/lib/python3.11/site-packages/sploitkit/core/components/__init__.py", line 2, in <module>
    from .config import *
  File "/home/marbal/anaconda3/lib/python3.11/site-packages/sploitkit/core/components/config.py", line 4, in <module>
    from termcolor import colored
ModuleNotFoundError: No module named 'termcolor'

@smarbal
Copy link
Contributor Author

smarbal commented Jul 3, 2024

Refactored strings templating with f-strings

@dhondta dhondta merged commit 32144cc into dhondta:main Jul 7, 2024
2 checks passed
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

Successfully merging this pull request may close these issues.

2 participants