PulsarEtcher

Results 1 issues of PulsarEtcher

If we have a `requirements.txt` with these two lines: ``` django-debug-toolbar==3.2 django==3.1.6 ``` django-debug-toolbar has a dependency of "Django>=2.2", which means django==3.1.6 should be enough to satisfy it. However, when...