You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This also solve the dependency listing we don't have currently and face dependency issue
Traceback (most recent call last):
File "/usr/share/graphw00f/./main.py", line 21, in <module>
from graphw00f.lib import (
File "/usr/share/graphw00f/graphw00f/lib.py", line 1, in <module>
import requests
ModuleNotFoundError: No module named 'requests'
and have to open all python files to seek the right dependencies to install.
Could you release a
pyproject.toml
file to make install a&nd packaging easier?The text was updated successfully, but these errors were encountered: