valohai / django-allauth-2fa

Two-factor authentication for Django Allauth
Other
212 stars 51 forks source link

Missing dependabot config #180

Closed valberg closed 7 months ago

valberg commented 11 months ago

@akx Shouldn't we have a dependabot.yml config? For some reason it is not there, and we have some dependencies which are in need of an update (for instance in requirements-dev.txt)

akx commented 11 months ago

In need of update? 😁

I think requirements-dev.txt should probably just be nuked altogether – we shouldn't prescribe django-extensions or ipdb (esp. since pdbpp is a thing and so on).

valberg commented 11 months ago

I'm doing a PR where we get test deps and such into pyproject.toml, will cleanup stuff as well - stay tuned.

akx commented 7 months ago

Moved to pyproject.toml in #181.