Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update links to be PEP 508 complaint #467

Open
Alopalao opened this issue Mar 28, 2024 · 0 comments
Open

Update links to be PEP 508 complaint #467

Alopalao opened this issue Mar 28, 2024 · 0 comments

Comments

@Alopalao
Copy link

pip==25.0 will ditch egg fragments, for example from coloring/requirements/dev.in we have git+https:/kytos-ng/kytos.git#egg=kytos[dev], to be complaint with PEP 508. It will need to be changed to kytos[dev]@git+https:/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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant