You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
pip==25.0
will ditch egg fragments, for example fromcoloring/requirements/dev.in
we havegit+https://github.com/kytos-ng/kytos.git#egg=kytos[dev]
, to be complaint with PEP 508. It will need to be changed tokytos[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.The text was updated successfully, but these errors were encountered: