pyproject.toml
noraj opened this issue · 2 comments
noraj commented
Could you release a pyproject.toml
file to make install a&nd packaging easier?
noraj commented
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.