wapiti-scanner / wapiti

Web vulnerability scanner written in Python3
https://github.com/wapiti-scanner/wapiti
GNU General Public License v2.0
1.15k stars 176 forks source link

Simplify the dependencies system #563

Closed Slokilla closed 5 months ago

Slokilla commented 6 months ago

We actually have two different ways to get dependencies : pipfile and pyproject.toml.

I think that we could continue only with the pyproject.toml, simplfying dependencies management.

Let's try to do anything we usually do with pipfile with pyproject.toml, and if we succeed, let's remove pipfile from the project.

Slokilla commented 5 months ago

Le fonctionnement avec pyproject uniquement semble marcher parfaitement :)

image

image