graphw00f icon indicating copy to clipboard operation
graphw00f copied to clipboard

pyproject.toml

Open noraj opened this issue 3 years ago • 2 comments

Could you release a pyproject.toml file to make install a&nd packaging easier?

noraj avatar Nov 24 '22 01:11 noraj

I see one as been PRed in #17 for the issue #18

noraj avatar Nov 24 '22 01:11 noraj

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.

noraj avatar Nov 24 '22 01:11 noraj