iMerica / dj-rest-auth

Authentication for Django Rest Framework
https://dj-rest-auth.readthedocs.io/en/latest/index.html
MIT License
1.62k stars 302 forks source link

setup.py install is deprecated #540

Open kaiserls opened 10 months ago

kaiserls commented 10 months ago

Expected behavior

The package can be installed with pip without warnings.

Observed behavior

The following warnings occurs with pip 23.0.1 when installing dj-rest-auth

DEPRECATION: dj-rest-auth is being installed using the legacy 'setup.py install' method, because it does not have a 'pyproject.toml' and the 'wheel' package is not installed. pip 23.1 will enforce this behaviour change. A possible replacement is to enable the '--use-pep517' option. Discussion can be found at https://github.com/pypa/pip/issues/8559