SoftwareUnderstanding / inspect4py

Static code analysis package for Python repositories
https://inspect4py.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
27 stars 10 forks source link

The package "requests" is missing in requirements.txt #424

Closed lazyhope closed 1 year ago

lazyhope commented 1 year ago

Running inspect4py --version will result in an error:

line 6, in <module>
    import requests
ModuleNotFoundError: No module named 'requests'
dgarijo commented 1 year ago

We need to better capture some of these dependencies with a poetry environment