-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Description
django-DefectDojo/requirements.txt
Line 21 in 228d0d5
git+https://github.com/DefectDojo/django-tagging@develop#egg=django-tagging |
Can some custom migration or check be added to cover cases of people that still need this (old version), pointing them towards a middle-step upgrade first?
In some CIs internet access is limited and there are internal proxies to popular package managers (such as pypi), flagging/failing git+http
dependencies.
I'm not familiar with the reason why this is kept: based on comment I can only assume that django-tagging was replaced with tagulous and some migration is moving the data.
If that's the case, that migration could be updated to just throw an exception (keeping the same name) directing owner to a previous version before running that one (if there is any data to migrate, to cover for new setups).
I'm happy to push a PR if that's the case, so it can be considered. Or to push a PR on the django-tagging fork to publish it to pypi under some "forked" package name, if that's preferred (though cleanup would sound better to me)