kytos-ng / kytos

Kytos SDN Platform. Kytos is designed to be easy to install, use, develop and share Network Apps (NApps).
https://kytos-ng.github.io/
MIT License
2 stars 7 forks source link

Update links to be PEP 508 complaint #467

Open Alopalao opened 3 months ago

Alopalao commented 3 months ago

pip==25.0 will ditch egg fragments, for example from coloring/requirements/dev.in we have git+https://github.com/kytos-ng/kytos.git#egg=kytos[dev], to be complaint with PEP 508. It will need to be changed to kytos[dev]@git+https://github.com/kytos-ng/kytos.git. Editable installations currently in pip==24.0 do not entirely support PEP 508. This change will be made when it does.